Chapter 11: GETTING TO KNOW CSS

CSS Syntax

This is styled with inline CSS.

Comments

Open the source code to see /* CSS Comment */.

Units

5cm wide
100px wide
10em wide
20rem wide

Shorthand Properties

This uses shorthand margin & border.

Where to put CSS

This is Inline CSS.

This is Internal CSS.