Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html xmlns = "http://www.w3.org/1999/xhtml">
- <head><title>Printing Multiple Lines</title>
- <script type = "text/javascript">
- <!--
- document.writeln( "<h1>Welcome to<br />JavaScript" +
- "<br />Programming!</h1>" );
- // -->
- </script>
- </head><body></body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement