Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML noscript definition

Browser support
IEFFOpSaf
FullFullFullFull

Type: block-level element

Syntax

<noscript> ... </noscript>

Description

The noscript element displays a text if a script is not executed.

Attributes

Common attributes.

Example

[Try this example yourself]
<script type="text/javascript">
  document.write("Javascript")
</script>
<noscript>
  WWW
</noscript>

Output

  • Comments

No comments added.