Tell us what’s happening:
hola , no logro pasar el reto , lo cambie de mil maneras y no logro pasarlo , si me pueden dar una mano
Your code so far
<!-- User Editable Region -->
<!DOCTYPE html>
<head>
</head>
</html>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Challenge Information:
Build a Bookstore Page - Step 1
dhess
January 13, 2026, 3:53pm
2
HTML elements have both a starting tag and a closing tag. Can you see what is missing?
yo veo abierto y cerrado
si te podrias explicar mejor lo podria captar
yo veo abierto y cerrado los html
si te podrias explicar mejor lo podria captar
dhess
January 13, 2026, 4:00pm
5
I see a doctype, an opening and closing head tag, and a closing html tag. What is missing?
?
ya probe de difentes manera y no logro encontrar la solucion
ILM
January 13, 2026, 4:16pm
8
that’s not correct, please look at the step before saying what it needs to be done
ILM
January 13, 2026, 4:16pm
9
did you try adding the opening tag for html element?
si, asi como esta en la imagen apertura y cierre
ILM
January 13, 2026, 4:30pm
12
do you mean this code here?
there isn’t an opening for html
si
eso no logro pasar
no veo cual es el problema
ILM
January 13, 2026, 5:12pm
14
have you added the opening for html? <!DOCTYPE html> is not the opening tag for the html element
can you post your updated code?
dhess
January 13, 2026, 5:14pm
15
Please review this lecture on the HTML Boilerplate , which includes an example of the basic structure of an HTML page.
dhess
January 13, 2026, 7:42pm
17
Please create your own topic using the Help button, so all of your code and a link to the challenge will automatically be included. This helps us help you!
Thank you.
puse la misma estructura con apertura y cierre y no pasa
Tell us what’s happening:
no logro pasar la prueba , probe de diferentes maneras y ninguna funciona, ya nose que debo hacer
Your code so far
<!-- User Editable Region -->
<!DOCTYPE html>
<html lang="en">
<head></head>
</html>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Challenge Information:
Build a Bookstore Page - Step 1
ILM
January 14, 2026, 4:20pm
22
you are not asked to use the lang attribute in this step. Remove the lang attribute
1 Like
asi lo puse , que debo hacer para que funcione?