Created
September 24, 2020 22:31
-
-
Save thiagofurlan/5958336c2abda8617b6184b4294384b5 to your computer and use it in GitHub Desktop.
This file contains 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
<select name="month" id="month"> | |
<option value="1">Janeiro</option> | |
<option value="2">Fevereiro</option> | |
<option value="3">Março</option> | |
<option value="4">Abril</option> | |
<option value="5">Maio</option> | |
<option value="6">Junho</option> | |
<option value="7">Julho</option> | |
<option value="8">Agosto</option> | |
<option value="9">Setembro</option> | |
<option value="10">Outubro</option> | |
<option value="11">Novembro</option> | |
<option value="12">Dezembro</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment