Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 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>HOW TO MAKE PERFECT PANCAKES</title>
  7. </head>
  8. <body>
  9. <h1>HOW TO MAKE PERFECT PANCAKES</h1>
  10. <h2>Key Ingredients</h2>
  11. <!-- Unordered list of materials needed -->
  12. <ul>
  13. <li>Flour</li>
  14. <li>Sugar</li>
  15. <li>Baking powder</li>
  16. <li>Milk</li>
  17. <li>Melted butter</li>
  18. <li>Egg</li>
  19. <li>Baking soda</li>
  20. <li>Salt</li>
  21. </ul>
  22. <!-- Ordered list of baking procedure -->
  23. <h2>Steps to take</h2>
  24. <ol>
  25. <li>Whisk <em>1 1/2 cups</em> flour, <em>3 tablespoons</em> sugar, <em>1 1/2 teaspoons</em> baking powder, <em>1/2 teaspoon</em> salt and <em>1/4 teaspoon</em> baking soda in a medium bowl.
  26. </li>
  27. <li>
  28. Whisk <em>1 cup</em> plus <em>2 tablespoons</em> milk, <em>4 tablespoons</em> melted butter and <em>1 egg</em> in a separate bowl; fold into the flour mixture until just combined (it's OK if there are some lumps)
  29. </li>
  30. <li>Brush a large nonstick skillet or griddle with butter and heat over medium-low heat. Add <em>ΒΌ cupfuls</em> of butter and cook until bubbly on top and golden on the bottom, about <strong>4 minutes</strong>. Flip and cook until golden on the bottom, about <strong>2 more minutes</strong>. <h4>(Makes 6 to 8 pancakes.)</h4></li>
  31. </ol>
  32.  
  33.  
  34.  
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement