Learn Basic CSS by Building a Cafe Menu - Step 1

This might seem easy, but I am struggling with the closing tag. I did this, but it still won’t accept my code.


<!-- User Editable Region -->

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

<!-- User Editable Region -->


Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

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

Link to the challenge:

Welcome to our community!

You have forgotten to add the closing </html> tag.

1 Like

I did that, still won’t accept :confused:

Post your code here.

try to rest the lesson

2 Likes

Close the opening <html> tag with a right angle bracket >

<element></element>

This is guidance.

3 Likes

I am still having trouble. I also did a reset.

You should have the opening html tag:

<html attribute="value"> 
- the attribute here is 'lang', and its value is "en" -

and the closing html tag:

</html>
1 Like

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