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