Horje

How to create HTML <noscript> Tag

Use of the <noscript> tag:
index.html
Example: HTML
 <script>
document.write("Hello World!")
</script>
<noscript>Your browser does not support JavaScript!</noscript> 

Output should be:

How to create HTML <noscript> Tag




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin