HTML: The Markup Language

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.

Permitted content #

zero or more of: one link element, or one meta http-equiv=default-style element, or one meta http-equiv=refresh element, or one style element

or

transparent (either phrasing content or flow content)

Permitted attributes #

Additional constraints and admonitions #

Tag omission #

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

Permitted parent elements #

any element that can contain metadata elements, any element that can contain phrasing elements, any element that can contain flow elements

DOM interface #

Uses HTMLElement.