Learn Basic CSS by Building a Cafe Menu - Step 1

Learn Basic CSS by Building a Cafe Menu Step 1

“Add the <!DOCTYPE html> tag, and an html element with a lang attribute of en .”

I’ve also tried without the spaces between the tag sand attribute and also

I've checked the forums and it seems alot of people are also having the same issue. It simply won't sumbit. I realise i'm new at this but I respectfully suggest that maybe this specific step is borked.

Your code so far


<!-- User Editable Region -->

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

<!-- User Editable Region -->


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.35

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

Link to the challenge:

Your second line is not correct. You can read about it, and see how its done here

The lang attribute should be inside of the opening tag.

tried it. tried every suggestion on all other posts about the issue. went back to the previous lesson and step where it’s taught and copied and pasted it exactly, still doesn’t work.

well dang it i got it. when people say inside the opening tag, that wasn’t getting through to me for some reason . i see it now. i was trying to put it after the opening tag before the closing tag and i couldn’t see what the problem was.
thx

the lang=“en” should be inside the opening html

1 Like