Created
February 12, 2020 11:20
-
-
Save rashid327/17836736bcf84ad2a384758272c04263 to your computer and use it in GitHub Desktop.
Pakistan States dropdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- States of Pakistan --> | |
<select> | |
<option value="1">FATA</option> | |
<option value="2">Balochistan</option> | |
<option value="3">Khyber Pakhtunkhwa</option> | |
<option value="4">Punjab</option> | |
<option value="5">Sindh</option> | |
<option value="6">Azad Kashmir</option> | |
<option value="7">Gilgit-Baltistan</option> | |
<option value="8">Islamabad</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment