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!

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

HTML

Cristian Gusa
Cristian Gusa
16,100 Points

task 3 is not working... what i can do? i tried several posibilities

select menus, first chalenge task 3 of 4

1 Answer

Lucas Krause
Lucas Krause
19,924 Points

Just 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
Cristian Gusa
16,100 Points

thank you ;) was very simple but i put them in the wrong way

Lucas Krause
Lucas Krause
19,924 Points

I'm glad that I could help you. Would be thankful for a "best answer" badge :)