Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <h1>My First Web Page</h1>
  6. <p>My first paragraph.</p>
  7.  
  8. <script>
  9. document.write(5 + 6);
  10. </script>
  11.  
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement