Skip to content

Instantly share code, notes, and snippets.

@thulioph
Last active December 22, 2015 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thulioph/6518068 to your computer and use it in GitHub Desktop.
Save thulioph/6518068 to your computer and use it in GitHub Desktop.
A Pen by Thulio Philipe.
<form action="#">
<div>
<label for="select-teste">Select</label>
<select name="select-teste" id="select-teste">
<option selected disabled >Esse vai ser o option padrão</option>
<option value="Opcao 1">Opção 1</option>
<option value="Opcao 2">Opção 2</option>
<option value="Opcao 3">Opção 3</option>
</select>
</div>
</form>
@adrianojr59
Copy link

vamos ver

@fadonascimento
Copy link

Muito bom!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment