noscript

noscript
HTML noscript Element
The HTML <noscript> element is used to offer up alternate content to browser software that does not allow client side scripts to run by default. The content within the noscript tag will display only if the user's browser does not support script tags. Otherwise the user will see what you intend people to see within the script tags.

HTML CODE EXAMPLE
<script type="text/javascript">
  document.write("Scripting works in your browser.")
</script>
<noscript>Javascript is not enabled in your browser.</noscript>

Related Posts :

  • input submit input submit HTML input submit Element Setting the HTML input element's type attribu… Read More...
  • input reset input reset HTML input reset Element Setting the HTML input element's type attribute… Read More...
  • input text input text HTML input text Element Setting the HTML input element's type attribute … Read More...
  • ins ins HTML ins Element The <ins> element is used to specify text that has been … Read More...
  • kbd kbd HTML kbd Element The <kbd> element is used to specify the kind of input o… Read More...

0 Response to "noscript"

Post a Comment