p {
  color: #f00;
}

The

This is my paragraph.

Result

Multiple style elements

In this example we've included two

This is my paragraph.

Result

Including a media query

In this example we build on the previous one, including a media attribute on the second

This is my paragraph.

Result

Technical summary

Content categories Metadata content.
Permitted content Text content matching the type attribute, that is text/css.
Tag omission Neither tag is omissible.
Permitted parents Any element that accepts metadata content.
Implicit ARIA role No corresponding role
Permitted ARIA roles No role permitted
DOM interface HTMLStyleElement

Specifications

Specification
HTML
# the-style-element

Browser compatibility

See also