<style>
HTML <style> Element Reference
The HTML <style> element embeds CSS rules that apply to the document.
Categories
- Document metadata
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical style element example.
<style>
.notice { color: rebeccapurple; }
</style>