Learn Basic CSS by Building a Cafe Menu - Step 2

Tell us what’s happening:

How do you nest the title element in the head element?

Your code so far

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

<!-- User Editable Region -->

<html>
  <head> 
 <title>Cafe Menu</title>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 2

You are almost done but you need the head closing tag on the line below the title

1 Like

il faut supprimer la deuxième balise “html” en trop et fermer votre balise “head”

1 Like

okayy thank you for your help

Hopefully you also have removed the extra html tag that was added too (you had an extra opening tag)