JAVASCRIPT EXAMPLE 1
<html> <body>
<script> alert("hi") document.write("<h1>Hi again!</h1>") </script>
</body> </html>