beef_stroganoff.xhtml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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>Beef Stroganoff Recipe</title>
  6. <meta charset="utf-8" />
  7. </head>
  8. <body>
  9. <article>
  10. <h1>Beef Stroganoff</h1>
  11. <section id="information">
  12. <h2>Information</h2>
  13. <p>Recipe by Kathy VerDouw and Janeen Dosch.
  14. Transcribed by Shawn Morford.</p>
  15. </section>
  16. <section id="ingredients">
  17. <h2>Ingredients</h2>
  18. <ul>
  19. <li>1 lb. round steak, cut into cubes</li>
  20. <li><sup>1</sup>&#8260;<sub>2</sub> c. onion, diced</li>
  21. <li>2 Tbsp. butter or margarine</li>
  22. <li>1 can (10.5 oz.) Golden Mushroom soup</li>
  23. <li><sup>1</sup>&#8260;<sub>2</sub> c. sour cream</li>
  24. <li><sup>1</sup>&#8260;<sub>3</sub> c. water</li>
  25. </ul>
  26. </section>
  27. <section id="procedure">
  28. <h2>Procedure</h2>
  29. <ol>
  30. <li>In large skillet, sautee onion in butter.</li>
  31. <li>Add cubed steak, cover, and braise until tender
  32. (approx. 1 <sup>1</sup>&#8260;<sub>2</sub> hours),
  33. adding water as needed.</li>
  34. <li>Stir in soup, sour cream, and water.</li>
  35. <li>Simmer 30 minutes, stirring occasionally.</li>
  36. <li>Serve over egg noodles or rice.</li>
  37. </ol>
  38. </section>
  39. </article>
  40. </body>
  41. </html>