External CSS
HTML 5
HTML 4
@import
- Not recommended because of the potential of slowing down the website.
- Usually used in CSS Pre-processors.
Inline CSS
- Shouldn’t be used widely.
- Overrides defined stylesheets.
Internal CSS
- Inefficient with multiple pages.
- Better than inline CSS.