HTML Elements are at the heart of the HTML specification. There are perhaps a dozen categories or elements to explore -in Lab-01 we explored elements from 5 of these categories. Here we review these and examine the role and format of each one in detail.
This language looks simple at first, but as we will see in the next few weeks, it is considerably more complex than HTML and will require a very careful approach to get right
In order to style the same html elements in different ways we need to use classes. This allows us to target specific occurences of an html element for styling purposes.
Inheritance is a key feature in how CSS applies rules, and it has some interesting side effects