Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Halloween Store</title>
  6. <link rel="stylesheet" href="styles/normalize.css">
  7. <link rel="stylesheet" href="styles/main.css">
  8. </head>
  9. <body>
  10. <header>
  11. <img src="images/pumpkin.gif" alt="Pumpkin" width="85">
  12. <h2>The Halloween Store</h2>
  13. <h3>For the little Goblin in all of us!</h3>
  14. </header>
  15. <main>
  16. <nav id="nav_menu">
  17. <ul>
  18. <li><a href="index.html" class="active">Home</a></li>
  19. <li><a href="product_list.html">Product List</a></li>
  20. <li><a href="personal.html">Personal</a></li>
  21. <li>
  22. <a href="decorating_ideas.html">Decorating Ideas</a>
  23. <ul>
  24. <li><a href="outdoor.html">Outdoor</a></li>
  25. <li><a href="indoor.html">Indoor</a></li>
  26. <li><a href="table.html">Table</a></li>
  27. <li><a href="treats.html">Treats</a></li>
  28. </ul>
  29. </li>
  30. <li><a href="join_email.html">Join Email</a></li>
  31. </ul>
  32. </nav>
  33. <aside>
  34. <ul>
  35. <li><a href="products/props.html">Props</a></li>
  36. <li><a href="products/costumes.html">Costumes</a></li>
  37. <li><a href="products/special.html">Special FX</a></li>
  38. <li><a href="products/masks.html">Masks</a></li>
  39. </ul>
  40. </aside>
  41. <section>
  42. <h1>Welcome to my site. <br>Please come in and stay awhile.</h1>
  43. <p>I started this web site because Halloween has always been my favorite holiday.
  44. But during the last year, I started selling some of my favorite Halloween products,
  45. and they've become quite a hit.</p>
  46. <p>If you click on the Personal link, you can browse my favorite Halloween pictures,
  47. stories, and films. And if you join my email list, I will keep you up-to-date on
  48. all things Halloween.</p>
  49. <h2>Product of the week</h2>
  50. <a href="products/cat1.jpg"><img src="images/cat1.jpg" alt='20" Deranged cat'></a>
  51. <br>
  52. <a href="products/cat1.jpg">20" Deranged cat</a>
  53. <h3>My guarantee</h3>
  54. <p>If you aren't completely satisfied with everything you buy from my site, you can return it for a full refund. <strong>No questions asked!</strong></p>
  55. </section>
  56. </main>
  57. <footer>
  58. <p>&copy; 2016 Ben Murach</p>
  59. </footer>
  60. </body>
  61. </html>
  62. <!-- Cole Bianchi -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement