- Inline — style="..." directly on an element. Highest specificity, hardest to maintain
- Internal — a <style> block in the <head>. Fine for a single page
- External — a linked .css file. Best for reuse and caching across pages
<link rel="stylesheet" href="/styles.css" />