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 a Line with Multiple Statements</title>
- <script type = "text/javascript">
- <!--
- document.write( "<h1 style = \"color: magenta\">" );
- document.write( "Welcome to JavaScript " +
- "Programming!</h1>" );
- // -->
- </script>
- </head><body></body>
- </html>
Advertisement
RAW Paste Data
Copied
Advertisement