Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<h1 id="title">freeCodeCamp Survey Form</h1>
<p id="description">Thank you for taking the time to help us improve the platform</p>
<form #survey-form></form>
<fieldset>
<label for="name">Name: <input id="name" type="text" required
survey-form/></label>
<label>Email</label>
<label>Age(option)</label>
<label>Which option best describes your current role?</label>
<label>Would you recommend freeCodeCamp to a friend?</label>
<label>What is your favorite feature of freeCodeCamp?</label>
<label>What would you like to see improved? (Check all that apply)</label>
<label>Any comments or suggestions?</label>
</fieldset>
<form id="survey-form"></form>
<input id="email"></input>
/* file: styles.css */
label {
display: block;
margin: 0.5rem 0;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: