Skip to content

Instantly share code, notes, and snippets.

@pburtchaell
Created July 20, 2017 23:58
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 pburtchaell/478020993a4951c92a6f0b089eccd1b7 to your computer and use it in GitHub Desktop.
Save pburtchaell/478020993a4951c92a6f0b089eccd1b7 to your computer and use it in GitHub Desktop.
<form>
<input type="radio" id="answer-1" value="answer-1">
<label for="answer-1">My answer 1</label>
<input type="radio" id="answer-2" value="answer-2">
<label for="answer-2">My answer 2</label>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment