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

JavaScript Treehouse Club - MASH MASH - HTML Forms, Divs, and Inputs

Which form control element? Or how can I skip past this question?

This question is asking which form control element? It appears to be div, or document division. Will you give me the correct answer to this question? Or is it possible to skip this question to move forward with the training?

2 Answers

Kelly von Borstel
Kelly von Borstel
28,880 Points

Hi, Amy. The answer they are looking for is "input". Form control elements allow the user to interact with the form and supply data. Here's a good link that discusses different control elements. http://www.sitepoint.com/web-foundations/form-elements/

Thank you!