Tell us what’s happening:
Console keep telling: “You should have a select field with an id of dropdown.” although I already added
Your code so far
<!-- file: index.html -->
<h1 id='title'>Title</h1>
<p id="description">short explanation</p>
<form id="survey-form">
<label id="name-label">Name
<input placeholder="Name" id="name" type="text" required /></label>
<label id="email-label">Email<label>
<input placeholder="email"id="email" type="email" required /></label>
<label id="number-label">Phone Number
<input placeholder="xxx" id="number" type="number" min="7" max="12" /></label
<select id="dropdown">
<option></option>
<option></option>
</select>
</form>
/* 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/115.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: