Cuéntanos qué está pasando:
What else is missing from the code? I think I have put some of the instructions it asks for correctly, but it keeps marking them as invalid. For example, “the title.”
Tu código hasta el momento
<!DOCTYPE html>
<html lang= "en">
<head>
<title>Pizza Recipe</title>
<meta charset="utf-8" />
</head>
<body>
<h1>Pizza</h1>
<p>This is a way to know the steps for a pizza</p>
<h2>Ingredients</h2>
<ul>
<li>Flour<li>
<li>Yeast<li>
<li>Water<li>
<li>Salt<li>
<li>Tomato Sauce<li>
<li>Cheese<li>
<li>Toppings of your choice<li>
</ul>
<h2>Ingredients</h2>
<ol>
<li>Mix the flour with the water and salt<li>
<li>Let it rest and spread the dough to your liking<li>
<li>Add the sauce and toppings to your liking<li>
<li>Finally bake it for 30 minutes<li>
</ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg " alt=tasty Pizza Recipe>
</body>
</html>
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0
Información del Desafío:
Build a Recipe Page - Build a Recipe Page