Hmm…I don’t know what to tell you then. Maybe you accidentally changed something from the original HTML you pasted above? You can paste your HTML in here again and I’ll be happy to take a look. Otherwise, just skip this one knowing you got it right and move on to the next step. Skipping a step won’t affect your ability to get the certificate at the end.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.
So the version you just pasted in is different than the original one.
Original:
<label>How did you hear about us?
<select>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
</select> </label>
New:
How did you hear about us?
<select>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
</select> </label>
<label>Input your age (years): <input type="number" min="13" max="120" />
</label>
<label>How did you hear about us?
<select>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
</select>
</label>
</fieldset>