Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script type="text/javascript" src="jquery-1.8.3.js"></script>
  5. <script src="functions.js"></script>
  6. <title>STAY SAFE ONLINE</title> <!-- EDIT THIS LINE -->
  7. </head>
  8. <body>
  9. <h1 id="cardTitle">[CARD TITLE]</h1> <!-- EDIT THIS LINE -->
  10. </head>
  11.  
  12.  
  13. <p id="shortExplaination">
  14. [PUT THE SHORT EXPLAINATION HERE] <!-- EDIT THIS LINE -->
  15. </head>
  16. </p>
  17.  
  18. <button id="understandButton" onclick="showNewCard()">Understood</button>
  19. <button id="moreInfoButton" onclick="showDiv()">More Info</button>
  20.  
  21. <div style="display:none;" id="moreInfo">
  22. <p id="longExplaination">
  23. [PUT THE LONG EXPLAINATION HERE] <!-- EDIT THIS LINE -->
  24. </p>
  25. </head>
  26. </div>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement