Guest User

Untitled

a guest
Jan 21st, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Butter Croissants</title>
  7. </head>
  8.  
  9. <!-- Start of the page body -->
  10. <body>
  11.  
  12. <h2> How to prepare butter coroissants </h2>
  13. <p> I like butter coroissants and I would like to share with you how to prepare it</p>
  14.  
  15. <h4> Ingredients: </h4>
  16. <!-- Unordered list of the required ingredients to cook butter croissants -->
  17. <ul>
  18. <li>500g flour</li>
  19. <li>275g milk</li>
  20. <li>60g sugar</li>
  21. <li>20g fresh yeast</li>
  22. <li>10g salt</li>
  23. <li>250g butter</li>
  24. <li>1 egg yolk beat with a splash of milk for the glaze</li>
  25. </ul>
  26.  
  27. <h4> Method: </h4>
  28.  
  29. <!-- Order list of cooking steps -->
  30.  
  31. <ol>
  32. <li>
  33. <p>
  34. In a mixing bowl, activate 10 g yeast with 150 g of tepid milk.
  35. Next add 125 g of flour into the mixture, stir well, cover with a damp
  36. tea towel and leave to rest for 30 minutes. Then add the rest of the
  37. flour, milk, sugar, yeast and salt and knead until you achieve an even dough.
  38. Leave in a cool place overnight.
  39. </p>
  40. </li>
  41.  
  42. <li>
  43. <p>
  44. Roll the cold butter into a square between two sheets of greaseproof paper.
  45. On a work surface powdered with flour, spread the dough into an even bigger
  46. rectangle. Place the butter in the middle and close it in by folding over
  47. the edges of the dough. Roll the dough into a large rectangle about
  48. 0.5 mm thick.
  49. </p>
  50. </li>
  51.  
  52. <li>
  53. <p>
  54. Fold in three and make a quarter turn, just like for the puff pastry and then
  55. place in the refrigerator for 30 minutes. Repeat twice, making sure that
  56. the folding is straight. Roll the dough to around 4 mm of thickness, then
  57. cut into triangles, each with a 10-12 cm base. In the middle of each
  58. base, facing the opposite point of the triangle, make a 1 cm cut. Form the
  59. croissants by rolling from the base and then place on a baking tray covered
  60. in greaseproof paper.
  61. </p>
  62. </li>
  63.  
  64. <li>
  65. <p>
  66. Leave to rise in a warm place for two hours. Preheat the oven to 220°C (th. 7).
  67. Before placing in the oven, cover the croissant with the egg yolk and milk wash
  68. and then cook for 15 to 20 minutes. Leave to cool. Now you can eat them!
  69. </p>
  70. </li>
  71.  
  72.  
  73. </ol>
  74.  
  75.  
  76. </body>
  77. </html>
Add Comment
Please, Sign In to add comment