Learn Basic CSS by Building a Cafe Menu - Step 1

Tell us what’s happening:
Describe your issue in detail here.
This first step keeps saying that the HTML opening tag should have a closing tag meanwhile I have added it. Please someone help me, I don’t know what could be wrong.

   **Your code so far**
<!DOCTYPE html> 
 <html lang="en"</html>

   **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 9; SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

You’ve almost got it! Your opening html tag has yet to be closed.
It currently looks like this:

<html </html>

I ran into a similar problem on Step 67 on the CatPhotoApp lesson; I didn’t know html needed a closing tag until starting on Step 1 of the Cafe Menu lesson. I’m not sure if it’s CSS exclusive or not…

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