Advertisement
Guest User

Untitled

a guest
Oct 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <!--Title of the Recipe-->
  7. <title>Ham and Cheese Omelette</title>
  8. </head>
  9. <body>
  10. <!--Large heading to emphasize the recipe-->
  11. <h1>Ham and Cheese Omelette Recipe</h1>
  12. <!--Smaller heading to emphasize the incredients-->
  13. <h3>Ingredients</h3>
  14. <!--Unordered List for the Incredients of the Recipe-->
  15. <ul>
  16. <!--Individual List item elements representing each incredient-->
  17. <li>2 teaspoons vegetable oil</li>
  18. <li>4 slices deli ham, chopped into small pieces</li>
  19. <li>2 eggs</li>
  20. <li>2 teaspoons chopped fresh chives, divided</li>
  21. <li>1/4 teaspoon salt</li>
  22. <li>freshly ground black pepper to taste</li>
  23. <li>1/4 cup shredded Cheddar cheese</li>
  24. </ul>
  25. <!--Smaller heading to emphasize the Recipe Directions-->
  26. <h3>Directions</h3>
  27. <!--Ordered List representing the Recipe Directions-->
  28. <ol>
  29. <!--Inidiviual List item elements representing the steps for the Rwecipe-->
  30. <li>Heat oil in a skillet over medium heat.</li>
  31. <li>Add ham and cook until browned and crispy, stirring frequently, about 7 minutes.</li>
  32. <li>Beat eggs with 1 teaspoon chives, salt, and pepper in a small bowl and add to skillet, tilting skillet to distribute egg evenly on bottom of skillet.</li>
  33. <li>Cook until omelette has set at the edges.</li>
  34. <li>Sprinkle Cheddar cheese on top and fold omelette in half.</li>
  35. <li>Flip and cook until egg is entirely set and cheese inside has melted, 30 seconds to 1 minute.</li>
  36. <li>Slide onto a plate and sprinkle with remaining 1 teaspoon chives.</li>
  37. </ol>
  38.  
  39.  
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement