Learn HTML Forms by Building a Registration Form - Step 37

I don’t what’s going on but I believe I entered the code correctly but’s telling me I’m doing something wrong. Here’s the code: Provide a bio: and this is what it’s telling me:

Hint
You should give the label a text of Provide a bio:.

Welcome to our community!

The instruction: " Add a label with the text Provide a bio: at the end of the fieldset . Add a textarea element inside the label element. Note that the textarea requires a closing tag."
You should have something like this:

<label>Text: <textarea></textarea></label>

and it goes before the closing ‘fieldset’ tag: </fieldset>

Thanks. It worked for me!

1 Like

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