Advertisement
RokiAdhytama

Welcome 4 - Chapter 7

Jul 2nd, 2022
1,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. <html xmlns = "http://www.w3.org/1999/xhtml">
  3.    <head><title>Printing Multiple Lines in a Dialog Box</title>
  4.  
  5.       <script type = "text/javascript">
  6.          <!--
  7.          window.alert( "Welcome to\nJavaScript\nProgramming!" );
  8.          // -->
  9.       </script>
  10.  
  11.    </head>
  12.  
  13.    <body>
  14.       <p>Click Refresh (or Reload) to run this script again.</p>
  15.    </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement