|
@@ -0,0 +1,53 @@
|
|
|
+<?xml version="1.0" encoding="utf-8" ?>
|
|
|
+<!DOCTYPE html>
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
|
+<head>
|
|
|
+ <title>Blueberry Coffee Cake Recipe</title>
|
|
|
+ <meta charset="utf-8" />
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+ <article>
|
|
|
+ <h1>Blueberry Coffee Cake</h1>
|
|
|
+ <section id="ingredients">
|
|
|
+ <h2>Ingredients</h2>
|
|
|
+ <h3>For cake batter</h3>
|
|
|
+ <ul>
|
|
|
+ <li><sup>1</sup>⁄<sub>2</sub> c. butter or margarine</li>
|
|
|
+ <li>8 oz. cream cheese</li>
|
|
|
+ <li>1 <sup>1</sup>⁄<sub>4</sub> c. granulated sugar</li>
|
|
|
+ <li>2 eggs</li>
|
|
|
+ <li>1 tsp. vanilla extract</li>
|
|
|
+ <li><sup>1</sup>⁄<sub>3</sub> c. milk</li>
|
|
|
+ <li>2 c. all-purpose flour</li>
|
|
|
+ <li>1 tsp. baking powder</li>
|
|
|
+ <li><sup>1</sup>⁄<sub>2</sub> tsp. baking soda</li>
|
|
|
+ <li><sup>1</sup>⁄<sub>4</sub> tsp. salt</li>
|
|
|
+ </ul>
|
|
|
+ <h3>For topping</h3>
|
|
|
+ <ul>
|
|
|
+ <li>2 c. blueberries (fresh or frozen)</li>
|
|
|
+ <li><sup>1</sup>⁄<sub>2</sub> c. light brown sugar</li>
|
|
|
+ <li>1 tsp. ground cinnamon</li>
|
|
|
+ <li><sup>1</sup>⁄<sub>2</sub> c. all-purpose flour</li>
|
|
|
+ <li>1 Tbsp. butter or margarine</li>
|
|
|
+ </ul>
|
|
|
+ </section>
|
|
|
+ <section id="procedure">
|
|
|
+ <h2>Procedure</h2>
|
|
|
+ <h3>For cake batter</h3>
|
|
|
+ <ol>
|
|
|
+ <li>Cream together butter, cream cheese, and sugar.</li>
|
|
|
+ <li>Add remaining ingredients.</li>
|
|
|
+ <li>Spread into 9" x 13" baking pan</li>
|
|
|
+ </ol>
|
|
|
+ <h3>For topping</h3>
|
|
|
+ <ol>
|
|
|
+ <li>Sprinkle blueberries on top of cake batter.</li>
|
|
|
+ <li>Mix together remaining ingredients and sprinkle on top of
|
|
|
+ blueberries.</li>
|
|
|
+ <li>Bake at 350°F for 30–35 minutes.</li>
|
|
|
+ </ol>
|
|
|
+ </section>
|
|
|
+ </article>
|
|
|
+</body>
|
|
|
+</html>
|