HomeReferencesHTML Tags

HTML Tag: noscript

Defines content to be used when a script can not be used (either because a browser does not support it or a user has switched off that functionality).

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Required Attributes

  • None.

Optional Attributes

Example


<script type="text/javascript">
 	[some JavaScript stuff]
</script>
<noscript>
	<p>What? No JavaScript?</p>
</noscript>