<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