Created
March 25, 2015 12:32
-
-
Save tylerlee/1012324d2f469a80ea94 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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