tag< style > :
Definition and Usage
The <style> tag is used to define style information for an HTML document.
Inside the <style> element you specify how HTML elements should render in a browser.
Each HTML document can contain multiple <style> tags.
| Attribute | Value | Description |
|---|---|---|
| media | media_query | Specifies what media/device the media resource is optimized for |
| scoped | scoped | Specifies that the styles only apply to this element's parent element and that element's child elements |
| type | text/css | Specifies the media type of the <style> tag |