Step30: Learn HTML Forms by Building a Registration Form

<fieldset>

        <label>Upload a profile picture: <input type="file" /></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>

Which ‘label’ do they want me to nest? Cause no matter where I next the label with text before ‘select’ from previous steps or making an entirely new label select section, it still gives me “You should place the text before the select element.”.

Please help

try restarting and use no spaces or extra formatting, i tried and it passed just fine!!
image

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.