Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Project: Recipe book</title>
  5.  
  6.  
  7. <meta charset="utf-8">
  8. <style>
  9. </style>
  10. </head>
  11. <body>
  12.  
  13. <h1>Diana's Recipe Book</h1>
  14.  
  15. <img src="https://www.kasandbox.org/programming-images/food/croissant.png">
  16. <style>
  17. h1{
  18. color:purple;
  19. }
  20. </style>
  21.  
  22. <h2>Contents:</h2>
  23. <style>
  24. h2{
  25. color:pink;
  26. }
  27.  
  28. </style>
  29.  
  30. <ol>
  31. <li><a href="http://allrecipes.com/recipe/6916/croissants/">Croissants</a></li>
  32. <li><a href="http://allrecipes.com/recipe/16383/basic-crepes/">Crepes</a></li>
  33. </ol>
  34.  
  35. <h2 id="#recipe">Recipe #1</h2>
  36. <style>
  37.  
  38. h2{
  39. color:pink;
  40. }
  41. </style>
  42.  
  43. <ul>
  44. <li>Time: 30 min</li>
  45. <li>Serves: 8h 20 min</li>
  46. </ul>
  47.  
  48. <table>
  49. <thead>
  50. <tr>
  51. <th>Ingredients and Quantity</th>
  52. <th>Directions</th>
  53. <tr>
  54. <td>
  55. Flour: One Cup
  56. </td>
  57. <tr>
  58. <td>
  59. Eggs: Two
  60. </td>
  61. <tr>
  62. <td>
  63. Milk: 1/2 Cup
  64. </td>
  65. <tr>
  66. <td>
  67. Water: 1/2 Cup
  68. </tr>
  69.  
  70.  
  71.  
  72. </tr>
  73.  
  74.  
  75. </tr>
  76. </tr>
  77. </tr>
  78. </tr>
  79. </tr>
  80. </tr>
  81. </thead>
  82. </table>
  83.  
  84. <p><strong>Step 1:</strong> Combine yeast,warm water,and 1 teaspoon sugar. Allow to stand until creamy and frosty
  85.  
  86. </p>
  87.  
  88. <p><strong>Step 2:</strong>
  89. Meaure flour into a mixing bowl. Dissolve 2 teaspoons sugar and salt in warm milk. Blend into flour along with yeast and oil. Mix well; knead until smooth. Cover, and let rise until over triple in volume. Deflate gently, and let rise again until doubled. Deflate and chill 20 min.
  90.  
  91. </p>
  92.  
  93. <p><strong>Step 3:</strong>
  94. Massage butter until pliable, but not soft and oily. Pat dough into a 14 x 8 inch rectangle. Smear butter over top two thirds, leaving 1/4 inch margin all around. Fold unbuttered third over middle third, and buttered top third down over that. Turn 90 degrees, so that folds are to left and right. Roll out to a 14 x 6 inch rectangle. Fold in three again. Sprinkle lightly with flour, and put dough in a plastic bag. Refrigerate 2 hours. Unwrap, sprinkle with flour, and deflate gently. Roll to a 14 x 6 inch rectangle, and fold again. Turn 90 degrees, and repeat. Wrap, and chill 2 hours.
  95.  
  96. </p>
  97.  
  98. <h3>Recipe 2</h3>
  99. <style>
  100. h3{
  101. color:pink;
  102. }
  103. </style>
  104.  
  105. <ul>
  106.  
  107. <li>Time: 30 min</li>
  108. <li>Serves:4</li>
  109. </ul>
  110.  
  111. <table>
  112. <thead>
  113. <tr>
  114. <th>Ingredients and Quantity</th>
  115. <th>Directions</th>
  116. <tr>
  117. <td>
  118. Flour: One Cup
  119. </td>
  120. <tr>
  121. <td>
  122. Eggs: Two
  123. </td>
  124. <tr>
  125. <td>
  126. Milk: 1/2 Cup
  127. </td>
  128. <tr>
  129. <td>
  130. Water: 1/2 Cup
  131. </tr>
  132.  
  133.  
  134.  
  135. </tr>
  136.  
  137.  
  138. </tr>
  139. </tr>
  140. </tr>
  141. </tr>
  142. </tr>
  143. </tr>
  144. </thead>
  145. </table>
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. <p><strong>Step 1:</strong>
  157. In a large mixing bowl, whisk together the flour and the eggs. Gradually add in the milk and water, stirring to combine. Add the salt and butter; beat until smooth.
  158. </p>
  159.  
  160. <p><strong>Step 2:</strong>
  161. Heat a lightly oiled griddle or frying pan over medium high heat. Pour or scoop the batter onto the griddle, using approximately 1/4 cup for each crepe. Tilt the pan with a circular motion so that the batter coats the surface evenly.
  162.  
  163.  
  164. </p>
  165.  
  166. <p><strong>Step 3:</strong>
  167. Cook the crepe for about 2 minutes, until the bottom is light brown. Loosen with a spatula, turn and cook the other side. Serve hot.
  168.  
  169. </p>
  170.  
  171.  
  172.  
  173. <p><em>Source: <a href="http://allrecipes.com/recipe/6916/croissants/">Croissant Recipe website</a></em></p>
  174.  
  175. <p><em>Source: <a href="http://allrecipes.com/recipe/16383/basic-crepes/">Crepe Recipe</a></em></p>
  176.  
  177. </body>
  178. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement