Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html select country list

<select name="country" id="country">
  <option value="sri lanka">Sri Lanka</option>
  <option value="britain">Britain</option>
  <option value="indonesia">Indonesia</option>
  <option value="other">other</option>
</select>
<!-- Add as many countries you want this way -->
 
PREVIOUS NEXT
Tagged: #html #select #country #list
ADD COMMENT
Topic
Name
9+5 =