Cuéntanos qué está pasando:
en el ejercicio de crear una pagina de receta no me acepta el atributo lang no hay manera de que me lo acepte
Tu código hasta el momento
<!DOCTYPE html>
<html lang="en">
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/149.0.0.0 Safari/537.36
Información del Desafío:
Construir una Página de Recetas - Crea una página de recetas
GitHub Link: i18n-curriculum/curriculum/challenges/espanol/blocks/lab-recipe-page/668f08ea07b99b1f4a91acab.md at main · freeCodeCamp/i18n-curriculum · GitHub
dhess
June 12, 2026, 1:34pm
2
Welcome to the forum @juanontoro ,
Please remember that most HTML elements require both an opening tag and a closing tag to be complete. Is your html element complete?
Happy coding
no entiendo a que te refieres con etiqueta de cierre, , eso?
no entiendo a que te refieres con etiqueta de cierre, < /html>, eso?
dhess
June 12, 2026, 1:41pm
5
Yes, that. And here’s a reference to review:
HTML Elements
If you aren’t already, I highly recommend you do the challenges in the order they are presented in the curriculum so you get a good grounding in the basics before moving on.