Learn Basic CSS by Building a Cafe Menu - Step 2

what am I doing wrong?

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

 <html
    <h1 <title>Cafe Menu</title></h1>
 </html> 

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Safari/605.1.15

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

Link to the challenge:

the request was:

Add a head element within the html element, so you can add a title element. The title element’s text should be Cafe Menu .

I don’t see that you added a head element. I see that you added some invalid elements like html and h1, but no head.