Different ways to style a document using CSS
CSS is used to style all your HTML documents. There are three basic ways to use it.
External CSS Style Sheets: Most desireable usage
Internal Style Tag: Useful when you have a unique page (Second Priority)
Inline CSS: Least desireable usage (Highest Priority)