Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:

I have tried every possible way I can think of to make this work. I referred back to the first lesson(the cat app one), I’ve looked at other peoples codes on the forum, and it’s just not working. What am I doing wrong here?

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en"</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/119.0.0.0 Safari/537.36

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 1

you didnt cose it use > to close the html

i’ve tired <html> and it didn’t work, if that is what you are referring to…?

what did you try?

<html lang="en">

did you close the opening html ?

i have tried <html> lang="en"</html> <html lang="en"> <html> lang="en">

ca you put your updated code?

<!DOCTYPE html>
<html lang="en">

this is what I currently have

1 Like

ok this is ok ,now you need to clos it </html>

1 Like
<!DOCTYPE html>
<html lang="en"</html>

like this? It is saying that is wrong too. I’m so sorry if I’m misunderstanding

i got it! i kept deleting one of the >
thank you so much

<!DOCTYPE html>
<html lang="en">

just clos the </html>

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.