The HTML <style> tag is used for declaring style sheets within the head of your HTML document.
<head>
<style type="text/css">
h1 { color:#F1F1F1 }
</style>
</head>
| Attribute | Value | Description |
|---|---|---|
| type | text/css | Specifies the style sheet language as a content-type (MIME type). |
| media | screen tty tv projection handheld braille aural all |
Specifies the device the document will be displayed on. |
| Attribute | Description |
|---|---|
| dir | Specifies the direction of the text |
| id | Document wide identifier |
| lang | Sets the language code. |
| xml:space | Sets the language code. |