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

What is the main form control element being used?

I can't figure out what the main form control element being used is. I thought it would <div> but that didn't take. I tried the long version along with 'input' 'html' and others and I'm beginning to think I'm missing something/

1 Answer

Hi Evan,

The form control element that's being used is the input element. Have you tried typing input in the blank without any quotes around it?