Build A Survey Page

Hey Need help with the last two stories.
User Story #15: Inside the form element, I Codeam presented with a textarea at the end for additional comments.

User Story #16: Inside the form element, I am presented with a button with id="submit" to submit all my inputs.

Heres my code link:

You can post a link to your Codepen so we can see what’s going on. But I do notice that your button doesn’t have a closing tag.

For textarea, there is a tag you should use.

i just posted the link. Let me know what you think please

<textarea></textarea>

You need a closing tag . It’s easy to forget.

Wooooow Thank You . I appreciate it.