DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
HTML Select List Of The Six Continents
<!-- ## HTML Select List of the Six Continents ## -->
<!-- ## Uploaded by James Cullin (james.cullin@humber.ca) ## -->
<!-- ## http://jamescullin.com ## -->
<select name="continent">
<option value="Africa">Africa</option>
<option value="Antarctica">Antarctica</option>
<option value="Australia">Australia</option>
<option value="Asia">Asia</option>
<option value="North America">North America</option>
<option value="South America">South America</option>
</select>






Comments
Snippets Manager replied on Mon, 2012/05/07 - 2:16pm