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 */
Describe your issue in detail here.
<!-- file: index.html -->
<h1>
<title>Build a Survey Form</title>
</h1>
<p>
/* file: styles.css */
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.
h1
element with an id
of title
p
element with an id
of description
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.