blueberry-coffee-cake.xhtml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
  4. <head>
  5. <title>Blueberry Coffee Cake Recipe</title>
  6. <meta charset="utf-8" />
  7. </head>
  8. <body>
  9. <article>
  10. <h1>Blueberry Coffee Cake</h1>
  11. <section id="ingredients">
  12. <h2>Ingredients</h2>
  13. <h3>For cake batter</h3>
  14. <ul>
  15. <li><sup>1</sup>&#8260;<sub>2</sub> c. butter or margarine</li>
  16. <li>8 oz. cream cheese</li>
  17. <li>1 <sup>1</sup>&#8260;<sub>4</sub> c. granulated sugar</li>
  18. <li>2 eggs</li>
  19. <li>1 tsp. vanilla extract</li>
  20. <li><sup>1</sup>&#8260;<sub>3</sub> c. milk</li>
  21. <li>2 c. all-purpose flour</li>
  22. <li>1 tsp. baking powder</li>
  23. <li><sup>1</sup>&#8260;<sub>2</sub> tsp. baking soda</li>
  24. <li><sup>1</sup>&#8260;<sub>4</sub> tsp. salt</li>
  25. </ul>
  26. <h3>For topping</h3>
  27. <ul>
  28. <li>2 c. blueberries (fresh or frozen)</li>
  29. <li><sup>1</sup>&#8260;<sub>2</sub> c. light brown sugar</li>
  30. <li>1 tsp. ground cinnamon</li>
  31. <li><sup>1</sup>&#8260;<sub>2</sub> c. all-purpose flour</li>
  32. <li>1 Tbsp. butter or margarine</li>
  33. </ul>
  34. </section>
  35. <section id="procedure">
  36. <h2>Procedure</h2>
  37. <h3>For cake batter</h3>
  38. <ol>
  39. <li>Preheat oven to 350&#176;F.</li>
  40. <li>Cream together butter, cream cheese, and sugar.</li>
  41. <li>Add remaining ingredients.</li>
  42. <li>Spread into 9" x 13" baking pan</li>
  43. </ol>
  44. <h3>For topping</h3>
  45. <ol start="5">
  46. <li>Sprinkle blueberries on top of cake batter.</li>
  47. <li>Mix together remaining ingredients and sprinkle on top of
  48. blueberries.</li>
  49. <li>Bake for 30&#8211;35 minutes.</li>
  50. </ol>
  51. </section>
  52. </article>
  53. </body>
  54. </html>