Guest User

Untitled

a guest
Apr 25th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Yum-Contact</title>
  5. </head>
  6. <body>
  7. <div id="top">
  8. <h1 id= "logo">Yum!</h1>
  9. <nav id="nav">
  10. <ul>
  11. <li class="nav"><a href="" class="nav2">A-Z Recipes</a></li>
  12. <li class="nav"><a href="" class="nav2">Beginner Recipes</a></li>
  13. <li class="nav"><a href="" class="nav2">About Us</a></li>
  14. </ul>
  15. </nav>
  16. <p id="motto">Don’t be afraid to contact us for any inquiries or complaints!</p>
  17. </div>
  18.  
  19. <div id="contact">
  20. <p class="entry">Contact:</p>
  21. <p>Email: <a href="mailto:naomi.espiritusanto@gmail.com">naomi.espiritusanto@gmail.com </a><strong>///</strong> Phone #: 661-557-3480</p>
  22. </div>
  23.  
  24. <div>
  25. <p id="yum">Here at Yummy! We give you fun recipes for you to create and enjoy! Fun baking!</p>
  26. <div id="cookie">
  27. <a href="" id="reco"><strong>Chocolate Chip Cookies</strong></a>
  28. </div>
  29. </div>
  30.  
  31. <div id="bottom">
  32. <h1 id="blogo">Yum!</h1>
  33. <div id="yummy">
  34. <p>Email: <a href="mailto:naomi.espiritusanto@gmail.com">naomi.espiritusanto@gmail.com </a><strong>///</strong> Phone #: 661-557-3480</p>
  35. <p><strong>Credit to:</strong></p>
  36. <p>Food Network <strong>///</strong> Delish</p>
  37. </div>
  38. <p>Go to <a href="" id="home"><strong>home page</strong></a></p>
  39. </div>
  40. </body>
  41. </html>
Add Comment
Please, Sign In to add comment