Advertisement
MrsMcLead

inline script

Mar 28th, 2014
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>
  5. Alex should just scan the pdf. Done.
  6. </title>
  7. </head>
  8.  
  9. <body>
  10. <h1>Heading</h1>
  11. <p id="youCantHandleIt"> Here's my awesome paragraph.
  12.  
  13. I
  14. like
  15. space
  16.  
  17.  
  18.  
  19. and apples. </p>
  20.  
  21. <button type="button" onClick = "mcLeadsFavorites()"> Help me!!!! </button>
  22.  
  23. <script>
  24. function mcLeadsFavorites()
  25. {
  26.     document.getElementById("youCantHandleIt").innerHTML="Mrs. McLead's favorite topic in Web Design is JavaScript.";
  27. }
  28. </script>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement