Tell us what’s happening:
Describe your issue in detail here.
I DONT UNDERSTANDDDDDD
Your code so far
<!-- file: index.html -->
<h1 id="title">Survey Form</h1>
<p id="description">Thank you for taking the time to help us improve the platform</p>
<form id="survey-form"><input required id="name" placeholder="name"><input required id="email" placeholder="email" type="email"><input id="number" placeholder="number" type="number" min="5" max="10"><label id="name-label">name</label><label id="email-label">email</label><label id="number-label">name</label><select id="dropdown"> <option>student</option><option>parent</option><input type="checkbox" name="id" value="checkbox" type="radio" value="radio" name="radio"></input><input type="checkbox" value="checkbox" value="radio" type="radio" name="radio"><input/>
/* 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/110.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: