amoussa11

http://gsul.me/f52k

Mar 4th, 2019
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script>
  5. function myFunction() {
  6.   document.getElementById("demo").innerHTML = "Paragraph changed.";
  7. }
  8. </script>
  9. </head>
  10. <body>
  11.  
  12. <h2>JavaScript in Head</h2>
  13.  
  14. <p id="demo">A Paragraph.</p>
  15.  
  16. <button type="button" onclick="myFunction()">Try it</button>
  17.  
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment