Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:
Describe your issue in detail here.
Maybe I’m being oblivious here but I don’t see what I’m doing wrong. Any help?
Your code so far


<!-- User Editable Region -->

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

<!-- 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/108.0.0.0 Safari/537.36

Challenge: Learn Basic CSS by Building a Cafe Menu - Step 1

Link to the challenge:

Is there an error message?

Maybe you need to close the html element?

1 Like

I get the error message

You should have a closing <html> tag.

with your code

1 Like

I ran your code and this was the output:

Test

Sorry, your code does not pass. Keep trying.

Hint

You should have a closing <html> tag. Remember that closing tags have a / following the opening < bracket.

Pay attention to the hint

1 Like

okay yeah i got it thanks

1 Like

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