Advertisement
RokiAdhytama

Welcome - Chapter 7

Jul 2nd, 2022
961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html xmlns = "http://www.w3.org/1999/xhtml">
  2.    <head>
  3.       <title>A First Program in JavaScript</title>
  4.  
  5.       <script type = "text/javascript">
  6.          <!--
  7.          document.writeln(
  8.             "<h1>Welcome to JavaScript Programming!</h1>" );
  9.          // -->
  10.       </script>
  11.  
  12.    </head><body></body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement