Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <!--https://pastebin.com/G8M019AQ-->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>Code One</title>
  6. <h1>Polar Bear Jokes</h1>
  7. <link rel="stylesheet" type="text/css" href="./style.css">
  8. </head>
  9. <body>
  10.  
  11. <div class='navBar'>
  12. <button id='button1' onClick="window.location='./Countries.html';">Countries List </button>
  13. <button onClick"window.location='./Fruits.html';">Fruits List </button>
  14. <button onClick="window.location='./People.html'">People List</button>
  15. </div>
  16.  
  17.  
  18. <div class='jokes'>
  19. <ol>
  20. <li><p>
  21. How much does a <b>polar bear</b> weigh?
  22. </p>
  23. <img src="http://media.treehugger.com/assets/images/2011/10/polar-bear-breaking-through-ice-photo.jpg" alt="Polar breaking ice image" width=75 height=75/>
  24. <h3>enough to break the ice</h3></li>
  25. <li>Another Joke</li>
  26. </ol>
  27. </div>
  28.  
  29.  
  30.  
  31. <h4>If you want more:</h4>
  32.  
  33. <br>
  34. <a href="https://funkidsjokes.com/polar-bear-jokes/"> More jokes! </a>
  35.  
  36.  
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement