Last Updated on April 26, 2023 by Roshan Parihar
HTML noscript tag is used when your browser does not support script.
Syntax
1 |
<noscript>Enter noscript content here...</noscript> |
1 2 3 4 |
<script> document.write("This the script content to display as output!"); </script> <noscript>Your Browser does not support script</noscript> |
Output
Resources and References HTML noscript tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github