Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I am using the correct command to set my html to en but it keeps telling me i am wrong. I also created a head element but it keeps saying no head element

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head> 
     <title>Bread Recipe<title/>
     <meta charset="UTF-8"/>
     <head/>
    <body>
      <h1>Bread Recipe<h1/>
      <p> This is a recipe for bread<p/>
      <h2>Ingredients<h2/>
      <body/>
      <html/>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-recipe-page/build-a-recipe-page

double check your closing tags

the closing tag syntax is not the one you are using

Yes I have seen my mistake.

Thanks!