Learn Basic CSS by Building a Cafe Menu - Step 1 - PvbMT7ApQJwUx2mjl986y what is the problem on step one i have 2 weeks and i dont understand it

Tell us what’s happening:
Describe your issue in detail 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/103.0.0.0 Safari/537.36

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

Link to the challenge:

this html tag is separate from doctype so it should begin with opening html tag and closing html tag

i still dont understand what should i do

attribute lang and it’s value should be in an opening tag so I mean you should create an html tag before this closing tag and move lang attribute and it’s value to it

in other words remove / from the html closing tag that will make it opening tag and then create another closing html tag after it

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