HTML

5.3_tableofcheese.html

Nov 18th, 2016
146
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Table of Cheese</title>
  5. <link rel="stylesheet"
  6.     type="text/css"
  7.     href="css\5.3_tableofcheese.css">
  8. <link rel="shortcut icon"
  9.     type="image/png"
  10.     href="img\favicons\cheeseicon.png">
  11. <meta charset="UTF-8">
  12. <meta name="description" content="Table of 5 Cheeses!">
  13. <meta name="author" content="Jake Howard">
  14. <meta name="keywords" content="cheese, table, html">
  15. <body>
  16. <center>
  17.     <a target="_blank"
  18.     href="http://www.cheese.com/">
  19.     <button><h1>Table of Cheese</h1></button>
  20.     </a>
  21. </center>
  22. <br>
  23. <center>
  24. <table border="2"
  25.     style="
  26.     width:70%;
  27.     border:0px solid yellow;
  28.     border-radius:15px;">
  29. </center>
  30. <tr>
  31. <th>Pictures</th>
  32. <th>Cheeses</th>
  33. <th>Description</th>
  34. </tr>
  35. <tr>
  36. <td style="background-color:white;"><img src="img\cheese1.jpg"></td>
  37. <td><center><a target="_blank" href="http://www.cheese.com/american-cheese/">American Cheese</a></center></td>
  38. <td style="background-color:white;">
  39. Usually a blend between Milk, fats, and solids. However, this used to be made of a mixture of other cheeses.
  40. <ul>
  41. <li>Semi-soft</li>
  42. <li>Creamy</li>
  43. <li>Smooth</li>
  44. </ul>
  45. </td>
  46. </tr>
  47. <tr>
  48. <td><img src="img\cheese2.jpg"></td>
  49. <td style="background-color:white;"><center><a target="_blank" href="http://www.cheese.com/provolone/">Provolone</a></center></td>
  50. <td>
  51. An Italian cheese made with cow's milk, who originate in Southern Italy.
  52. <ul>
  53. <li>Semi-hard</li>
  54. <li>Firm</li>
  55. <li>Grainy</li>
  56. </ul>
  57. </td>
  58. </tr>
  59. <tr>
  60. <td style="background-color:white;"><img src="img\cheese3.jpg"></td>
  61. <td><center><a target="_blank" href="http://www.cheese.com/cheddar/">Cheddar</a><center></td>
  62. <td style="background-color:white;">
  63. A cheese that originated in England, made from pasteurized cow's milk.
  64. <ul>
  65. <li>Hard</li>
  66. <li>Compact</li>
  67. <li>Crumbly</li>
  68. </ul>
  69. </td>
  70. </tr>
  71. <tr>
  72. <td><img src="img\cheese4.jpg"></td>
  73. <td style="background-color:white;"><center><a target="_blank" href="http://www.cheese.com/swiss/">Swiss</a><center></td>
  74. <td>
  75. A cheese originally made in the United States. Shiny and yellow, and full of holes.
  76. <ul>
  77. <li>Hard</li>
  78. <li>Firm</li>
  79. <li>Processed</li>
  80. </ul>
  81. </td>
  82. </tr>
  83. <tr>
  84. <td style="background-color:white;"><img src="img\cheese5.jpg"></td>
  85. <td><center><a target="_blank" href="http://www.cheese.com/mozzarella">Mozzarella</a><center></td>
  86. <td style="background-color:white;">
  87. A special cheese originating from Italy, this is pretty gooey when heated up. Can be made from Water Buffalo's milk.
  88. <ul>
  89. <li>Semi-soft</li>
  90. <li>Brined</li>
  91. <li>Stringy</li>
  92. </td>
  93. </tr>
  94. </table>
  95. </center>
  96. </body>
  97. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment