Skip to content

Instantly share code, notes, and snippets.

@uberbuilder
Created June 3, 2013 14:27
Show Gist options
  • Save uberbuilder/5698539 to your computer and use it in GitHub Desktop.
Save uberbuilder/5698539 to your computer and use it in GitHub Desktop.
Friend asked me to answer the question of which markup I would use for this site: http://i.imgur.com/jHUAzfw.png
<form>
<p>Which of the following destinations and travel services would you consider including in a travel package?</p>
<ul>
<li>Domestic Holiday <input type="checkbox" name="domesticHolliday" /></li>
<li>...</li>
<ul>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment