Learn Basic CSS by Building a Cafe Menu - Step 2

Tell us what’s happening:

I did add an opening tag as they say but it isn’t working

Your code so far

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

<!-- User Editable Region -->

<head><tittle>Cafe Menu</tittle>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 2

Hello @itsurboijessy !

The head element requires both an opening and closing tag like the title element.

Good attempt.

title is not spelled correctly either. But, we all make these errors sometimes.

Add the closing head tag, and correct title, and it should pass for you.

Wishing you good progress on your coding journey. :slightly_smiling_face:

1 Like

lemme try it thanks :heart:

1 Like

You are very welcome!

Keep up the good progress. :slightly_smiling_face:

1 Like