Basic HTML and HTML5 - Declare the Doctype of an HTML Document

Tell us what’s happening:

I wrote this code correctly but it seems to have a problem

<title>This is my website</title>
  <h1>This my first love</h1>

Your code so far

<!DOCTYPE html>
<html>
  <head> 

    <title>This is my website</title>
  </head>
    <body>

      <h1>This my first love</h1>
 </body>
 
 </html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0

Challenge Information:

Basic HTML and HTML5 - Declare the Doctype of an HTML Document

Can you try removing all the extra code you added and just try with the exact code they asked for?