Style Sheets - Style sheets (both inline and external) are incorporated into an HTML document through the use of the STYLE tag.
| Tag | Attribute | Description |
|---|---|---|
| STYLE | Creates an internal style sheet. Located in the HEAD tag | |
| type="..." | The internet content type | |
| media="..." | Defines the destination medium (screen, print, projection, braille, speech, all) | |
| title="..." | The title of the style | |