Skip to content

Instantly share code, notes, and snippets.

@georgemendonca
Created November 20, 2010 19:05
Show Gist options
  • Select an option

  • Save georgemendonca/708056 to your computer and use it in GitHub Desktop.

Select an option

Save georgemendonca/708056 to your computer and use it in GitHub Desktop.
Radio Buttons: Botões Rádio
<form>
<input type="radio" name="sexo" value="masculino" /> Masculino<br />
<input type="radio" name="sexo" value="feminino" /> Feminino
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment