First page
Back
Continue
Last page
Image
Parts of a Style Sheet
A Style Rule
A Selector - This can be a HTML tag like <h1>
A Declaration
A Property - The attribute to be changed
A Value - The value to set the attribute to
h1 { color: blue }