Answers for "html select country list"

0

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 -->
Posted by: Guest on April-24-2022

Browse Popular Code Answers by Language