Skip to content

Instantly share code, notes, and snippets.

@KTruong008
Created September 23, 2017 17:21
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 KTruong008/6419e06735a93c56b624076d7f20a3f6 to your computer and use it in GitHub Desktop.
Save KTruong008/6419e06735a93c56b624076d7f20a3f6 to your computer and use it in GitHub Desktop.
<form>
<input type="radio" name="gender" value="male" checked> Male<br>
<input type="radio" name="gender" value="female"> Female<br>
<input type="radio" name="gender" value="other"> Other
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment