Survey Form - Build a Survey Form

Not really a coding issue! im a little confused! I’m not sure exactly what I’m supposed to be doing! First, am I making up my own information, title etc.? I noticed in other help forums people had different information. Lastly, am I doing this correctly so far? I did stop at the h1 because I am not sure what info to put here. Thanks

Your code so far

<!-- file: index.html -->
<!DOCTYPE HTML><html lang="en"></html>
<head>
  <meta charset="UTF-8">
  <title>Survey Form</title>
  <link rel="stylesheet" href="styles.css">
  </head>
  <body>
    <h1 id="title">
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

I think that you re doing fine and also I think it is more about showing and learning how to code this stuff than actually coming up with some creative content if you don t know what to place on those project you can always look at free code camp sample that they show in the project requirements https://survey-form.freecodecamp.rocks

1 Like

Thank you! The sample is just basic info, so I’m thinking you might be right.

your doing very well so far so good job! You can put the title of your survey between your h1 tags. Its like the heading of your page.

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