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

Kushal Goenka
Kushal Goenka
387 Points

Workspace sucks

Its so glitchy omg. I cant handle this

index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>HTML Forms</title>
  </head>
  <body>
    <form type="text" action="index.html" method="post">
      <input type="text" id="name" name="user_name">

      <textarea id="comment" name="user_comment">


      </form>
  </body>
</html>

2 Answers

hie Kushal, what really is your question?

couldn't help but notice that you forgot to put the textarea closing tag. if you leave that out, it will appear as if your button is within the textarea tags and the challenge wont pass

Nathan F.
Nathan F.
30,773 Points

It's not clear what the problem is--what kind of glitches are you experiencing?

Keep in mind Workspaces is there just as a convenience. You don't necessarily have to use them. :) I myself don't--all projects and code I do, I do with my trusty text editor (or Xcode IDE, for iOS) and run locally.

Why don't the teachers use something else during recording? :)