<noscript></noscript>

Description

   The <noscript> tag is used in conjunction with the <script> tag. The <noscript> tag is used to define what will be seen by people viewing the page with a browser that does not support scripts. Any html can be inserted between the <noscript> tags, creating an "alternate page" so that those with lesser browsers are not prevented from viewing your page.

Code

   <noscript>YOUR TEXT HERE</noscript>
body>