Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:
Describe your issue in detail here.
I feel so dumb… step 1 just says to Add the DOCTYPE tag, and an html element with a lang attribute of en.
What am I missing???
Your code so far


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

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

Link to the challenge:

Welcome to the community!

No such thing as dumb here. You are just a little bit closer to your goal.

The < html> requires a closing one behind it.

Closing elements have a / before the element name to close it. We all encounter challenges. Not dumb, just learning. :slight_smile:
You have everything in your code correct. Just add the closing < html > with the / before the element name.

I hope this helps you.

Happy coding! :slight_smile:

1 Like

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