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>

0 Response to "noscript"

Post a Comment