HTML colors?

By now you should have a good understanding of how basic HTML works and are probably wondering: Where are the pretty colors?

In the old days of HTML coding there used to exist a lot of tags and attributes for adding colors and such. Nowadays those are all deprecated in XHTML 1.0 strict and we're using CSS instead (thank god!). This will be the topic of the next tutorial where you'll learn how to change the style and appearance of a HTML document using CSS.