Build a Recipe Page - Build a Recipe Page

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

I do not see the title failing
Can you try your code on the English version?

Hi @EduardoGarcia32

The tests are failing on the Spanish version of the lab.
Try the English language version.

Happy coding

Yes, the problem was the Spanish version, it worked in English, thanks.

Yes, I changed it to the English version and it worked.

1 Like

can I ask you, when you go to the Spanish version and open the console, do you maybe see something like this?

I couldn’t come up with anything like that.

The console is not open by default you need to click on the button “Consola” to have it open:
image

I will review it in the next exercise since I submitted it.

I am asking to check on any page with the editor, not necessarily this one

Also you can go back to exercises you have submitted


There it is

thank you for confirming

Thanks for reporting. We were indeed having issues with parts of the application not loading, we have since tried updating the caches on our CDN which was not behaving correctly.

Can you check and confirm if the issue still persists?

There is no longer an issue, it works now.

1 Like