Skip to content

Instantly share code, notes, and snippets.

@tylerlee
Created March 25, 2015 12:32
Show Gist options
  • Save tylerlee/1012324d2f469a80ea94 to your computer and use it in GitHub Desktop.
Save tylerlee/1012324d2f469a80ea94 to your computer and use it in GitHub Desktop.
<form>
<dl class="form">
<dt><label>Example Text</label></dt>
<dd><input type="text" class="textfield" value="Example Value" /></dd>
</dl>
<div class="form-checkbox">
<label>
<input type="checkbox" checked="checked" />
Available for hire
</label>
<p class="note">
This will do insanely awesome and amazing things!
</p>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment