Advertisement
Guest User

Untitled

a guest
May 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script>
  4.  
  5. </script>
  6. </head>
  7. <body>
  8. <p id="p1"> </p>
  9. <p id="p2"> </p>
  10. <p id="p3"> </p>
  11. <script>
  12. document.getElementById("p1").innerHTML="hello";
  13. document.getElementById("p2").innerHTML="world";
  14. document.getElementById("p3").innerHTML="hello world";
  15. </script>
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement