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 trialpratik parajuli
4,896 PointsIs there a another way of using select tags?how should i use it in terms of countries.
using above explanation i would need to write select tags more than 200 times for countries.so is there any other way of doing it?
1 Answer
Aaron Campbell
16,267 PointsThere's a website that has some markdown code for you to copy and paste: http://www.mediacollege.com/internet/samples/html/country-list.html.
Just add this to your HTML, and you should be good. But otherwise, adding each one individually is the only way to go.