Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:
Im pretty sure the code I typed in is correct, but its saying that " You should have an opening <html> tag with a lang attribute of en ." which I have done, I even looked it up to see if I spaced it right or inserted it on the right line but it still won’t let me pass.
Your code so far

<!DOCTYPE html> 
<html lang="en


Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15

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

Link to the challenge:

Try something like this:

<!DOCTYPE html>
mod edit: solution redacted

Closing HTML tag ( ) goes on the end of the page. Whole code is between and :slight_smile:

hi there,

please know it is our policy not to type out solutions to fcc challenges when people request our help.
Tips / hints etc welcome though.

thanks for your support

1 Like

you can review step 69 of the cat photo app to see how to write this correctly.
Here’s a handy link:
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-69

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