HTML Elements
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.
CSS Basics
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
CSS Rules
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.
CSS Cascade
Inheritance is a key feature in how CSS applies rules, and it has some interesting side effects
Lab-02
In this lab we will begin a new project which will have CSS stylesheet from the beginning. We will explore some of the basic features of CSS, including colours, font and interesting techniques for setting styles across entire sections of a page.