July 2018
Beginner
350 pages
8h 34m
English
In the early stages of HTML, CSS layouts were mostly used to create plain documents instead of dynamic websites. Using a table layout, especially, to represent something using HTML was difficult since when it came to changing the layout to something different, it took a ridiculous amount of time to delete and rewrite all the HTML just to change the layout view.
This thing changed entirely when CSS came into the game. It's quite similar to HTML. The early incarnation CSS was not so advanced at its first release, and it took a long time for it to be where it is today.
Today, with the latest CSS feature, you can create anything that you can imagine inside your website or web application, such as drawing canvas, generating shadows, ...