<html>
<body>
<script>
document.write("Hello World!")
</script>
<noscript>Sorry, your browser does not support JavaScript!</noscript>
<p>A browser without support for JavaScript will show the text inside the noscript element.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_noscript by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:59:19 GMT -->
</html>