1The <noscript> tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn't support script. The <noscript> element can be used in both <head> and <body>.
1<noscript>
2 <!-- anchor linking to external file -->
3 <a href="https://www.mozilla.com/">External Link</a>
4</noscript>
5<p>Rocks!</p>
6