Friday, December 18, 2015
Wednesday, December 16, 2015
Tuesday, December 8, 2015
HTML and CSS are not realted in any way
HTML and CSS really aren't similiar in any way - one was designed to compliment and make the other one look better. CSS simply puts an extra coat of paint on HTML, which natively has very few design choices. CSS is most definetly NOT a replacement for HTML. The language simply cannot dictate certain rendering things like a body or a header, or even the text on something like a button. HTML tells the computer what to render basically, and CSS finishes it by telling the web browser how to render it. They're about as separate as oil and water in that regard.
Friday, December 4, 2015
Wednesday, December 2, 2015
I don't really hate anything per say about html, (after all it powers the entire internet) but I do have a few pet peeves about the language. I do get really annoyed that you must close all of the tags after you issue one, and I don't really like how most code editors don't auto-complete your tags for you. I would improve the language in the text aspect of things, as it needs more customization with the font and alignments, as they never seem to work for me. I would dream of an html where you can specifically dictate exactly how you want your text. CSS has come close to this, but nothing natively in html does this.