Survey Form - Build a Survey Form

Tell us what’s happening:
I have been trying to add h1 element with an id of title.but still, it shows me an error.

Your code so far

<header> 
  <h1 id="title" class="text-center">
    freeCodeCamp Survey Form
  </h1>
  <p id="description" class="description text-center">
    Thank you for taking the time to help us improve  the platform 
    </p>
</header>

Your browser information:

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

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').