Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

can someone please look over it? number 3 is wrong, and I’ve tried to reset it and reload the page as well, but number 3 (You should have a head element within the html element) is still wrong. I’ve tried changing the spacing as well and it still does not work. If I move the () It’ll say number 2 (You should have an html element with lang set to en) is wrong, please help and explain what I’m doing wrong. Any help is appreciated!

Your code so far

<!DOCTYPE html>
<html lang="en">
  </html> 
<head>
  <title>Menu Cafe</title>
  <meta charset="UTF-8">
 </head>
 <body>
  <main>
    <h1>CAMPER CAFE</h1>
    </main>
    </body>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

The HTML closing tag needs to be moved to the bottom.

1 Like

The bottom of the head? or way at the bottom at the end of it all? I’m not sure if I understand

Hi @suezannabarajas

The closing html should appear at the bottom of the page.

Happy coding