Stuck here, dont know why it isnt accepting

Kindly guide me regarding what to add in these elements to avoid following errors.

Error: You should have an h1 element with an id of title .
Error: Your #title should not be empty.
Following is my code
"’

<title>Survey Form</title>

<link rel="stylesheet" type="text/css" href="styles.css">



</head>

<h1>Survey Form</h1>

<body>

  <p>

    </p>

  </body>
'''

u should add id=β€œtitle” in your h1 tag
//

Survey Form

1 Like

Hello @hamzanaveed

You should follow the instructions as it says in the first error message. Search for h1 element and id, if you dont know what it is saying there.
mdn web docs and w3schools are useful for that.
Happy coding and take a rest if you need. Some days it is better just stop earlier and go for a walk or do another things :muscle: :sunglasses:

how do i had the survey form after the title

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.