"noscript" tag

"noscript" tag The text between the <noscript> tag will be displayed if the browser does not support javascript or javascript has been disabled temporarily by the browser in browser settings.

<script>
document.write("Hello World");
</script>
<noscript>
This will be displayed by browsers that do not allow javascript.
</noscript>

Comments

Popular posts from this blog

Parallel Database design, query processing

Laravel | PHP | Basics | Part 2

Apache Hadoop | Running MapReduce Jobs