HTML noscript Tag
The information on this page is based on HTML version 4.01 (which is the current version of HTML). The next version, HTML 5, is currently being written. Here's a list of HTML 5 tags.
The HTML noscript tag is used for providing alternative content for browsers that don't support javascript or other scripting languages.
This element is used in conjunction with the <script> tag.
| Example |
<script language="javascript" type="text/javascript">
document.write('Disable your JavaScript then reload this page');
</script>
<noscript>
Your browser doesn't support JavaScript or you
have disabled JavaScript. Therefore, here's
alternative content...
</noscript>
|
| Try it yourself! |
|
Also see the HTML 5 version of HTML tags
Enjoy this page?
-
- Add this page to your Favorites
- Link to this page (copy/paste into your own website or blog):
- Link to Quackit using one of these banner ads.
Thanks for supporting Quackit!