My Survey Form is ready but not 17/17

Sorry for my grammar, I’m not fluent in English.

I just finished my form project, but I could not pass all the test. I’ll have to redo and find where I went wrong.
Ecological Survey

1 Like
 <div class="text-input">    
    <label id="number-label" for="age">***AGE </label>
      
        <input type="number" name="age" id="number" min="1" max="125" class="input-field" placeholder="Age">
    </div>

You have an extra </div> tag afterwards, which throws everything off.

1 Like

Thank you very much!
I even fork the original project and didn’t understand why it still not working.

1 Like