# CSS Cheat Sheet
## Applying CSS to HTML
### Inline CSS
```html
```
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
```
Inside `` element.
Uses `