HTML 5: The Markup Language (ARIA Edition)

noscriptfallback content for script # T

The noscript element is used to present different markup to user agents that don’t support scripting, by affecting how the document is parsed.

Content model #

noscript.elem.head =
(link | meta.http-equiv.default-style | meta.http-equiv.refresh | style)* & noscript.attrs
noscript.elem.phrasing =
(normal-character-data & common.elem.phrasing*) & noscript.attrs
noscript.elem.flow =
(normal-character-data & common.elem.flow*) & noscript.attrs

Attribute model #

Assertions #

Tag omission #

A noscript element must have both a start tag and an end tag.

Additional constraints #

The noscript element must not be used in a document in the XML syntax.

Permitted contexts #