1
2
<html>
3
<head>
4
</head>
5
<body>
6
<h1>The noscript element</h1>
7
<noscript>Sorry, your browser does not support JavaScript!</noscript>
8
</body>
9
</html>
<html>
<head>
</head>
<body>
<h1>The noscript element</h1>
<noscript>Sorry, your browser does not support JavaScript!</noscript>
</body>
</html>