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 HTML Mastery

Marta Dias
Marta Dias
9,240 Points

Add a text input to your form

Hello.

I'm in the challenge task 6 of 8 and i'm stuck on the text input. What is the correct code for that one?

8 Answers

Janek Rezner
Janek Rezner
12,973 Points

your input needs to be inside the form tag

like so:

      <form>
      <input type="text" name="whatever">
      </form>
Janek Rezner
Janek Rezner
12,973 Points
<input type="text" name="whatever">
Marta Dias
Marta Dias
9,240 Points

I tried that and its wrong according to "them". i'm gonna shut down everything and try again.

I am having this same problem as well. Is it me or treehouse?

[IMG]http://i.imgur.com/VCwn9Zj.png[/IMG] [IMG]http://i.imgur.com/isqHBFA.png[/IMG]

Thanks for your help.

I am having this same problem as well. Is it me or treehouse?

links of my screens (not yet successful in posting images on here) [IMG]http://i.imgur.com/VCwn9Zj.png[/IMG] [IMG]http://i.imgur.com/isqHBFA.png[/IMG]

Thanks for your help.

You are correct Yann Rezner. Thank you so much!