Skip to content

Instantly share code, notes, and snippets.

View cluberjay's full-sized avatar
✍️
🧑‍💻 🤑 🚵‍♂️ 🤼‍♀️

Julio Antônio Gonçalves cluberjay

✍️
🧑‍💻 🤑 🚵‍♂️ 🤼‍♀️
View GitHub Profile
@cluberjay
cluberjay / currency-dropdown-list.html
Created March 25, 2022 19:48 — 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>