Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:
I feel dumb. I ve tried running it as lang="en as well. 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 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

Add the closing html tag </html>. The html element has both tags, the opening and the closing.

Tried that, still rejected. Tried
(html)
lang=“en”
(/html)

doesnt work either. tried
(html) lang=“en” (/html)

doesnt work either. Any ideas? Parentheses are in place of <>

Restart step.
As I said, this is the requirement in this step: <html attribute="value"></html>

‘lang’ is the attribute,
“en” is the value.

Don’t try anything else.

1 Like

AH! Thank you. I feel a bit dense today