Advertisement
Guest User

html website

a guest
Nov 13th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <!doctype html>
  2. <html><head>
  3. <meta charset="UTF-8">
  4. <title>Generic Website</title>
  5.  
  6. <link href="css/main.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body>
  9. <div class="header">
  10. <div class="navigation">
  11. <h2>Cook it </h2>
  12. <a href="#">Recipes </a>
  13. <a href="#">Regions </a>
  14. <a href="#">New Suggestions</a>
  15. <a href="#">About </a>
  16.  
  17. </div>
  18. </div>
  19. <div class="content">
  20. <h1> Todays Featured Recipes </h1>
  21.  
  22. </div>
  23. </body>
  24.  
  25.  
  26.  
  27. <div class="categories">
  28. <div class="left">
  29. <a href="#"> South American </a>
  30. <p> Recipes passed down over many years, Taken from the mountains of south america are now all compiled for your convinence. These recipes hail from all over South America and are sure to make your mouth water and keep you entertained. </p>
  31. </div>
  32. <div class="right">
  33. <a href="#"> Asian </a>
  34. <p> From the oriental areas of the globe here we see an elaborate amount of cuisines and dishes. Brought to you here are a colection of meals taken from Korea, China, Japan, Mongolia and many other neigboring countries all piled together for you to prepare. </p>
  35. </div>
  36. <div class="left">
  37. <a href="#"> American </a>
  38. <p> Classic hat swingin boot kicking american cuisine braught from all over America to your computer. Explore meals apreciated every dayin the United states, and you yourself may feel like </p>
  39. </div>
  40. <div class="right">
  41. <a href="#"> Middle Eastern </a>
  42. <p> With a selection of many diferent recipes spanning from Iraq to apghanistan we aim to provide the largest diversity to your kitchen. click above to explore all the available recipes collected for you from the Middle East.
  43. </div>
  44. </div>
  45.  
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement