Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Forms Form Basics Create a Submit Button

it is between the form?

the button is between the form

index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>HTML Forms</title>
  </head>
  <body>
    <form action="index.html" method="post" >
         <input type="text" id="name" name="user_name">
      <textarea id="comment" name="user_comment" </textarea>
      <button type="Submit" Submit Comment" </button>
    </form>
  </body>
</html>
Rasbin Rijal
Rasbin Rijal
Courses Plus Student 10,864 Points

Hi Kim,

You have posted the same question several times.

This question has been answered in https://teamtreehouse.com/community/it-is-in-the-form

1 Answer

yes rasbin, I have posted it repeatedly. that solution doesn't work. it has opening and closing tags. the textarea statement won't work without them but the button won't work at all. it' doesnt' make sense. it should work. it's getting stuck on the closing tags that it has to have