mr.p1
1
Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- User Editable Region -->
<!DOCTYPE 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/116.0.0.0 Safari/537.36
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 1
Link to the challenge:
It says in the challenge to:
Add the <!DOCTYPE html>
tag, and an html
element with a lang
attribute of en
.
So you should also add a “html” element under the doctype element with a “lang” attribute.
Welcome to the community!
You have a good start with the code.
However, there still needs to be an opening html with the lang attribute and value of “en” . html requires a closing element, as well.
The following may help you understand it.
Happy coding! 
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.