The HTML <style> element contains style information for a document, or a part of document. The specific style information is contained inside of this element, usually in the CSS.

Content categories:
Metadata content, and if the scoped attribute is present: flow content.

Permitted content:
Style information matching the language of the type attribute.

Tag omission:
None, both the starting and ending tag are mandatory.

Permitted parent elements:
... (maybe head)

DOM interface:
HTMLStyleElement
