I have stacked step 26 of Learning HTML forms by Building a Registration Form. Please Help Me to Solve This

       <fieldset>
        <label text="Upload a profile picture:"><input type="file"/></label>
      </fieldset>

The label text content goes inside the element between the start and end tags.

<label>Text content</label>
1 Like

problem solved. Thank you @lasjorg :grinning:

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