HTML <style> Element Reference

The HTML <style> element embeds CSS rules that apply to the document.

<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>

Related references

Description

The HTML <style> element embeds CSS rules that apply to the document.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <style> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies