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 trialJanelle de Ment
4,501 PointsWhat is the correct name for the <div> element?
I keep getting this one question wrong on the quiz. I think it's referring to the <div> element but it's fill in the blank and I'm not sure why I keep getting it wrong. It asks what the main element is for a form page.
1 Answer
Steven Parker
231,269 PointsThe tag "div" stands for "division".
But that's not the answer to any of the questions in that quiz.
One question asks you to identify a form control element that is used in some sample HTML page. But "div" is not a form control element. But if you look at the sample, you can find another element that is.
If you're still not sure which one it is, you might want to review this video, particularly the section starting around time index 2:47.