Hello there. I am trying to build the certification survey form. I have gotten check marks on all the tasks except this one, and I can’t figure out why: “You should have an h1 element with an id of title.”
My code for that section:
<h1 id="title"> Survey </h1>
I’m sure it’s something very obvious that I am overlooking. Or maybe it’s wrong, all wrong.
Thank you in advance.
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36
Hello there. Thank you for your response. I’ve tried what you’ve suggested, and it still won’t work. I’ve provided my full code in a reply above, in case there’s something there.
i used your “code snippet” and excluded anything that is not within “body” tag, and passes in flying colors!! i will say you do that same, just put in all the code from “body” tag and try again, this should be fine
Hi there. Thank you. It was also suggested that I eliminate one id with “title”, as I had two elements with that id. Then the code passed. Thank you for your help.