# CSS ## Applying CSS to HTML ### Inline CSS ```html linenums="1" ``` Uses the HTML style attribute. Only applies to one element at a time. Not recommended except in cases where choices are constrained. ### Embedded CSS ```html linenums="1" ``` Inside `` element. Uses `