Skip to content

Instantly share code, notes, and snippets.

View marvelefe's full-sized avatar
🎯
focusing

Efe Omoregie marvelefe

🎯
focusing
View GitHub Profile
@marvelefe
marvelefe / currency-dropdown-list.html
Created October 23, 2021 10:33 — forked from AmrMekkawy/currency-dropdown-list.html
Currency HTML "select" element (dropdown list)
<select name="">
<option value="USD" selected="selected">United States Dollars</option>
<option value="EUR">Euro</option>
<option value="GBP">United Kingdom Pounds</option>
<option value="DZD">Algeria Dinars</option>
<option value="ARP">Argentina Pesos</option>
<option value="AUD">Australia Dollars</option>
<option value="ATS">Austria Schillings</option>
<option value="BSD">Bahamas Dollars</option>
<option value="BBD">Barbados Dollars</option>