HTML

boxes1.html

Mar 11th, 2017
153
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.98 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Jacob Howard">
  6. <meta name="description" content="a website!">
  7. <meta name="keywords" content="html">
  8. <link rel="stylesheet" type="text/css" href="style.css">
  9. <link rel="shortcut icon" type="image/png" href="favicon.png">
  10. <title>Cardboard Box Challenge</title>
  11. </head>
  12.  
  13. <body>
  14. <header>
  15. <h1>Cardboard Box Challenge</h1>
  16. </header>
  17. <nav align="center">
  18. <a href="boxes1.html" class="current"><button>Boxes 1</button></a>
  19. <a href="boxes2.html"><button>Boxes 2</button></a>
  20. <a href="boxes3.html"><button>Boxes 3</button></a>
  21. </nav>
  22. <article>
  23. <div id="box1">
  24. <img class="pg1" src="img\boxes1_1.jpg" type="image/jpg">
  25. </div>
  26. <div id="box2">
  27. <img class="pg1" src="img\boxes1_2.jpg" type="image/jpg">
  28. </div>
  29. <div id="box3">
  30. <img class="pg1" src="img\boxes1_3.jpg" type="image/jpg">
  31. </div>
  32. <div id="box4">
  33. <img class="pg1" src="img\boxes1_4.jpg" type="image/jpg">
  34. </div>
  35. </article>
  36. </body>
  37. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment