Responsive Web Design Projects - Build a Survey Form

Tell us what’s happening:
i dont seem to get any heading on my screen. is there any fault in the coding pls

Your code so far

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

</body>
</head>
</html>


/* 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/105.0.0.0 Safari/537.36

Challenge: Responsive Web Design Projects - Build a Survey Form

Link to the challenge:

Don’t put the body element inside the head.