Intro to styling
Styling an element (tag)
Inline - by using the style attribute inside HTML elements
Internal Styling (with Classes & ID's)
Internal - by using a style element in the head section
CLASS EXAMPLE
More Class Example
Something else
External Styling
External - by using a link element to link to an external CSS file
Some fun with dimensions