External Style Sheet
•Example:
• hr {color: sienna}
• p {margin-left: 20px}
•Notes:
–No spaces between the property value and the units: 20px
–This is the entire file. Within a style sheet, you don’t need <style> tags, just the style declarations.