Ad Code

Pizza Recipe Code

<!DOCTYPE html>
<html>
<head>
    <title>Pizza Recipe</title>
</head>
<body>
    <h1>Welcome to My Pizza Recipe Book</h1>

    <h2>Homemade Pizza</h2>
    <p>Servings: 2</p>

    <h3>Ingredients:</h3>
    <ul>
        <li>1 <sub>pizza dough</sub></li>
        <li>1/2 cup <sup>tomato sauce</sup></li>
        <li>1 1/2 cups <sup>mozzarella cheese</sup></li>
        <li>1/4 cup <sup>parmesan cheese</sup></li>
        <li>1/2 cup <sup>sliced bell peppers</sup></li>
        <li>1/2 cup <sup>sliced mushrooms</sup></li>
        <li>1/4 cup <sup>sliced black olives</sup></li>
        <li>1/4 cup <sup>sliced pepperoni</sup></li>
        <li>1/2 teaspoon <sub>dried oregano</sub></li>
        <li>1/2 teaspoon <sub>garlic powder</sub></li>
        <li>Salt and pepper to taste</li>
    </ul>

    <h3>Preparation:</h3>
    <ol>
        <li>Preheat your oven to 475°F (245°C).</li>
        <li>Roll out the pizza dough on a floured surface to your desired thickness.</li>
        <li>Transfer the dough to a pizza stone or baking sheet.</li>
        <li>Spread the tomato sauce evenly over the dough, leaving a border for the crust.</li>
        <li>Sprinkle mozzarella and parmesan cheese over the sauce.</li>
        <li>Top with bell peppers, mushrooms, black olives, and pepperoni.</li>
        <li>Season with oregano, garlic powder, salt, and pepper.</li>
        <li>Bake in the preheated oven for about 12-15 minutes or until the crust is golden and the cheese is bubbly and slightly browned.</li>
        <li>Remove from the oven, let it cool for a moment, then slice and serve.</li>
    </ol>

    <p>Enjoy your homemade pizza!</p>
</body>
</html>

Reactions

Post a Comment

0 Comments