Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

ver que no puedo terminar solo me hace falta los puntos 4 y 5

Your code so far

<!DOCTYPE html>
<html lang="en">
     <head>  
<h1> 
   <litle>
LA RECETA DE LA FELICIDAD
</litle>        
</h1>  
 <p>ESTA RECETA TE AYUDA A CREAR UN ARROZ BLANCO CON UN BUEN SABER</p>  
  <meta charset="UTF-8">
     </head>           
      <body>
  <h2>Ingredients</h2> 
    <ul>
      <li>Arroz</li>
      <li>Agua</li>
      <li>Sal</li>
      <li>Aceite</li>
    </ul> 
    <h2>Instructions</h2>
    <ol>
<li>se enciende la estufa</li>
<li>Se pone e cardero con aceite y agua en la estufa</li>
<li>hasta que se seque el agua y ete blandito</li>
<li>ajo</>
    </ol>
      
 <img src="https://cdn,frecodecamp.org/curriculum/labs/recipe.jpg" alt="Arroz blanco muy saludable">
 </body>
 </html>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0

Challenge Information:

Build a Recipe Page - Build a Recipe Page

@ahmed.tarek.ismail

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

1 Like

HI @julioca !

It looks like you have a few elements out of order.

I would suggest pausing this lab to review the following items:

Reviewing those items again will help you see the issues more clearly so you can resolve them.

It will also help you to understand the correct HTML structure. Because without that correct structure, the remaining labs will be difficult to complete

Hope that helps

1 Like

I am sorry for sharing the full solution, but I was just trying to help.
Thank you for your clarification.