Search notes:

HTML element: style

<style>

  #foo { background-color: yellow }

  …etc…

</style>

Attributes

Besides the global attributes, the <style> tag also allows the following attributes
The type attribute is not required anymore since HTML 5.

See also

The style attribute
Internal vs external CSS
The HTML <style> element has the same attributes as the SVG <style> element.
HTML elements

Index