How can CSS be applied to an HTML document through an external file?
Using inline styles
Embedding styles directly in HTML tags
Linking a stylesheet in the HTML document head
Applying styles using JavaScript