Survey Form - Build a Survey Form hi i got stuck in "have an h1 element with an id of title" don't know how to do it pls help me with this

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang"en">
<head>
<meta charset="UTF"-8>
<title>freecodecamp Survey Form</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
  <title>
<h1 id="title">freeCodeCamp Survey Form </h1>
    </title>  
<p>Thank you for taking the time to help us improve the platform</p>
/* file: styles.css */

Your browser information:

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

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

The title element is only used in the head element, so you should not be using it in the body.