Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2.    <head> </head>
  3.    <body>
  4.      <script>
  5.        document.write("Hello World!"); //document.write () = print
  6.      </script>
  7.    </body>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement