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

Development Tools

jason limmm
jason limmm
7,791 Points

chrome devtools says that there is an correct use of label element

here is my snapshot:https://w.trhou.se/np3dzjky87

the chrome devtools says that my label element is being used incorrectly i don't what label element is being used correctly

1 Answer

Steven Parker
Steven Parker
230,946 Points

There's a label for "phonenumber" (all lower case) but no element on the page has that ID.

I suspect that's just a typo since there's an input with an id of "Phonenumber" (capital "P") right below it.