My favorite food: Ingredients and steps to make Pizza.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My favourite food</title>
</head>
<body>
<h1>My favorite food's recipe</h1>
<p>My favorite food is <strong>Pizza</strong></p>
<p>Ingredients used to make <em>Pizza</em></p>
<!-- Unordered List -->
<ul>
<li>2-2 1/3 cups all-purpose flour OR bread flour* divided (250-295g)</li>
<li>1 packet instant yeast (2 1/4 teaspoon)</li>
<li>1 1/2 teaspoons sugar</li>
<li>3/4 teaspoon salt</li>
<li>1/8-1/4 teaspoon garlic powder and/or dried basil leaves optional</li>
<li>2 Tablespoons olive oil + additional</li>
<li>3/4 cup warm water</li>
</ul>
<p>Steps that needs to make <strong>Pizza</strong></p>
<!-- Ordered List -->
<ol>
<li>Take the dough out and roll it into a circle.</li>
<li>Puff out the edge of the dough so the crust is thicker at the edge.</li>
<li>Pre-heat oven to 250-260 degrees C. (Remember to put a pizza stone in the oven)</li>
<li>Put on the pizza sauce, cheese, and toppings.</li>
<li>Put the pizza on the pizza stone in the oven.</li>
<li>Bake for 30 minutes or until pizza is crispy and golden brown. (make sure you don't burn the toppings)</li>
<li>Try putting the toppings on the pizza differently to make the pizza look cool! (you can also change the shape of your pizza such as square or triangle)</li>
</ol>
</body>
</html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My favourite food</title>
</head>
<body>
<h1>My favorite food's recipe</h1>
<p>My favorite food is <strong>Pizza</strong></p>
<p>Ingredients used to make <em>Pizza</em></p>
<!-- Unordered List -->
<ul>
<li>2-2 1/3 cups all-purpose flour OR bread flour* divided (250-295g)</li>
<li>1 packet instant yeast (2 1/4 teaspoon)</li>
<li>1 1/2 teaspoons sugar</li>
<li>3/4 teaspoon salt</li>
<li>1/8-1/4 teaspoon garlic powder and/or dried basil leaves optional</li>
<li>2 Tablespoons olive oil + additional</li>
<li>3/4 cup warm water</li>
</ul>
<p>Steps that needs to make <strong>Pizza</strong></p>
<!-- Ordered List -->
<ol>
<li>Take the dough out and roll it into a circle.</li>
<li>Puff out the edge of the dough so the crust is thicker at the edge.</li>
<li>Pre-heat oven to 250-260 degrees C. (Remember to put a pizza stone in the oven)</li>
<li>Put on the pizza sauce, cheese, and toppings.</li>
<li>Put the pizza on the pizza stone in the oven.</li>
<li>Bake for 30 minutes or until pizza is crispy and golden brown. (make sure you don't burn the toppings)</li>
<li>Try putting the toppings on the pizza differently to make the pizza look cool! (you can also change the shape of your pizza such as square or triangle)</li>
</ol>
</body>
</html>
Comments
Post a Comment