There are three general ways to specify CSS style rules. We have already covered the first two:
  - Inline styling - as an attribute within each element.
 
  - Embedded styling - within the CSS Style element in an HTML document.
 
  - External styling - in a separate CSS document.