Noscript (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 06:30, 2 May 2016 by Karl Jones (Talk | contribs) (Created page with "In HTML, the '''X''' element represents nothing if scripting is enabled, and represents its children if scripting is disabled. == Description == The noscri...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In HTML, the X element represents nothing if scripting is enabled, and represents its children if scripting is disabled.

Description

The noscript element is used to present different markup to user agents that don’t support scripting

The noscript element is only effective in the HTML syntax. It has no effect in the XHTML syntax.

Examples

<noscript>
 <p>Your browser does not support scripts.</p>
</noscript>

See also

External links