Tell us what’s happening:
Hi there, i’m stucked on that one.
Please Help!!
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/110.0.0.0 Safari/537.36 Edg/110.0.1587.49
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 1
Link to the challenge:
Welcome to our community!
The ‘lang’ attribute and its value goes into the opening <html>
tag:
<html attribute="value">
Thx for the Reply. I already tried that way as well.
Right now i’m at this Point:
<html lang="en"
But i get the Hint Info: You should have an opening <html>
tag with a lang
attribute of en
.
This is your post post here. As you can see, you have the both tags <html>
and </html>
. The lang="en"
goes into the open <html>
tag as I have already said:
<html HERE>
Hey i finally found out what i did wrong!!
It should look like this without the spaces (< / >) :
< !DOCTYPE html>
< html lang=“en”>EN< /html>