Learn Basic CSS by Building a Cafe Menu - Step 1 - TRIED <html lang="en"> and <html> lang="en"</html>

Tell us what’s happening:
I keep being instructed that I need to enter an element with the lang set to en.

Which is what I’ve done here, I’ve even tried :

and lang="en"

Not sure what’s missing here.
Your code so far

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

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:

html element here is not self-closing so you will need to remove the / and add
</html>

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