Advertisement
RokiAdhytama

Welcome 3 - Chapter 7

Jul 2nd, 2022
1,038
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><title>Printing Multiple Lines</title>    
  3.  
  4.       <script type = "text/javascript">
  5.          <!--
  6.          document.writeln( "<h1>Welcome to<br />JavaScript" +
  7.             "<br />Programming!</h1>" );
  8.          // -->
  9.       </script>
  10.  
  11.    </head><body></body>
  12. </html>
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement