Implementation
There are three different ways of adding CSS to your page, and you can use all of them at once:
- External style sheet(s) linked into your page
- Internal styles inside the <head> tag
- Inline styles within the HTML of the page
Inline styles override internal styles, which override external styles.