Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:
Describe your issue in detail here.
As you learned in the last few steps of the Cat Photo App, there is a basic structure needed to start building your web page.

Add the <!DOCTYPE html> tag, and an html element with a lang attribute of en.
Your code so far

lang="en"

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

Link to the challenge:

Welcome to our community!

Post code properly formatted. Use the </> in the editor for that purpose.

Probably, you didn’t add the closing </html> tag at the end of the code.