Skip to content

Instantly share code, notes, and snippets.

@mrmartineau
Created March 22, 2012 17:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mrmartineau/2160863 to your computer and use it in GitHub Desktop.
<ul>
<li>
<label for="name">Name</label>
<div class="input">
<input type="text" id="name" placeholder="Zander Martineau" />
</div>
</li>
<li>
<label for="email">Email</label>
<div class="input"><input type="email" id="email" placeholder="zander@martineau.tv" /></div>
</li>
<li>
<label for="phone">Phone</label>
<div class="input"><input type="number" id="phone" placeholder="020 123 4567" /></div>
</li>
<li>
<label for="comments">Comments</label>
<div class="input">
<textarea id="comments" rows="3" cols="50"></textarea>
</div>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment