Tell us what’s happening:
Code not passing, and it says
Your title element should be nested in your head element.
But my title is nested in my head.
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<title>Cafe Menu</title>
<head>
<!-- User Editable Region -->
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 2
Link to the challenge:
Edit: It works now. Strange that it didn’t work the first time. Probably because of the User Editable Regions?