blueberry-coffee-cake.xhtml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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>Cream together butter, cream cheese, and sugar.</li>
  40. <li>Add remaining ingredients.</li>
  41. <li>Spread into 9" x 13" baking pan</li>
  42. </ol>
  43. <h3>For topping</h3>
  44. <ol>
  45. <li>Sprinkle blueberries on top of cake batter.</li>
  46. <li>Mix together remaining ingredients and sprinkle on top of
  47. blueberries.</li>
  48. <li>Bake at 350&#176;F for 30&#8211;35 minutes.</li>
  49. </ol>
  50. </section>
  51. </article>
  52. </body>
  53. </html>