--- tags: - css --- CSS is used to style [[HTML]]. Three ways to load: - `` - `` - or style attributes on elements Link is preferred: easier to work with everything in 1 place; browser can cache file. Both link and style blocks should go in the `` to prevent repainting of elements.