First page Back Continue Last page Image
Parts Of A Style Sheet
- A Style Rule
- A Selector - This can be an .html tag like <h1>
- A Declaration
- A Property - The attribute to be changed
- A Value - The value to set the attribute to
- Sometimes expressed as a Length Unit
- h1 { padding-top: 10px; }