HTML - Tags - <noscript>

#93 of 147
noscript

 <html>
 <head>
     <script>
         ...
     </script>
     <noscript>
         Content for non Javascript users.
     </noscript>
 </head>
 </html>
 

The noscript element provides HTML content for browsers that do not support Javascript, or have Javscript disabled.

A live example:


Content for non Javascript users.


This example is simulated.

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath