the complete webmaster
tutorials reviews reference
ASP
CGI
FrontPage
HTML
Java
JavaScript

home / reference / html

<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>
write for us about us advertise

Copyright 1997, 1998 A Big Lime. All rights reserved.

body>