I’ve been trying to change format of the code multiple times but it still says it’s wrong. Hint 12: Your #email
should be a descendant of #survey-form
.
My code:
<form id="survey-form">
<div class="form-group">
<fieldset>
<label for="age">Age (optional)
<input id="number" type="number" name="age" min="13" max="120" />
</label>
</fieldset>
</div>
</form>
</body>
Can someone please tell me how to correct the error.
Thank you