Survey Form - Build a Survey Form

Tell us what’s happening:

Describe your issue in detail here.

Your code so far

<!-- file: index.html -->
<h1>
  <title>Build a Survey Form</title>
</h1>
<p>
/* file: styles.css */

Your browser information:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Building my survey form for my first project and I’m stuck here.

<h1>
  <title>Build a Survey Form</title>
</h1>
<p>

so far I’m asked to do the following below but I don’t know how to go about it.

  1. You should have a page title in an h1 element with an id of title
  2. You should have a short explanation in a p element with an id of description
  3. You should have a form element with an id of survey-form

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