Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here.
i don’t know what am doing wrong or is there a problem with my code
Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset ="utf-8">
<title>Survey Form</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<h1 id="Survey Form">Survey Form</h1>
<p id="Things people bring">Things poeple bring in parties</p>
<form action="Survey-form">









</form>
</body>
</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/114.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

You may need to provide more context.

Is this the whole code so far or just part of the code?
what issues are you trying to solve?
what tests are failing that you would like help with?
what have you already tried?

the issue is that am not able to add the id to the title in the h1 and am currently doing the certificate project

You can’t have spaces in your ids.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.