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

Cristian Gusa
16,100 Pointstask 3 is not working... what i can do? i tried several posibilities
select menus, first chalenge task 3 of 4
1 Answer

Lucas Krause
19,924 PointsJust make sure that you use exactly the text specified in the task as the <label>
's content and that you set its for
attribute to "color". Also try to move the <label>
element right before the <select>
.
Here's the correct code for the third task.
Cristian Gusa
16,100 PointsCristian Gusa
16,100 Pointsthank you ;) was very simple but i put them in the wrong way
Lucas Krause
19,924 PointsLucas Krause
19,924 PointsI'm glad that I could help you. Would be thankful for a "best answer" badge :)