1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
- <head>
- <title>Beef Stroganoff Recipe</title>
- <meta charset="utf-8" />
- </head>
- <body>
- <article>
- <h1>Beef Stroganoff</h1>
- <section id="information">
- <h2>Information</h2>
- <p>Recipe by Kathy VerDouw and Janeen Dosch.
- Transcribed by Shawn Morford.</p>
- </section>
- <section id="ingredients">
- <h2>Ingredients</h2>
- <ul>
- <li>1 lb. round steak, cut into cubes</li>
- <li><sup>1</sup>⁄<sub>2</sub> c. onion, diced</li>
- <li>2 Tbsp. butter or margarine</li>
- <li>1 can (10.5 oz.) Golden Mushroom soup</li>
- <li><sup>1</sup>⁄<sub>2</sub> c. sour cream</li>
- <li><sup>1</sup>⁄<sub>3</sub> c. water</li>
- </ul>
- </section>
- <section id="procedure">
- <h2>Procedure</h2>
- <ol>
- <li>In large skillet, sautee onion in butter.</li>
- <li>Add cubed steak, cover, and braise until tender
- (approx. 1 <sup>1</sup>⁄<sub>2</sub> hours),
- adding water as needed.</li>
- <li>Stir in soup, sour cream, and water.</li>
- <li>Simmer 30 minutes, stirring occasionally.</li>
- <li>Serve over egg noodles or rice.</li>
- </ol>
- </section>
- </article>
- </body>
- </html>
|