noscript
Definition and Usage
The HTML<noscript>
element defines a section of html to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser and it is used for providing alternative content for browsers that don't support javascript or other scripting languages. This tag is used to display alternate text message.
HTML noscript element can reside within all the elements which can reside the body element of an HTML page.
The <noscript>
tag is used in conjunction with the <script> tag.
Syntax
<noscript>Text</noscript>