Return to Snippet

Revision: 8788
at October 8, 2008 08:09 by superdeluxesam


Updated Code
<label for="$1" />$2</label>
<input id="$1" name="$1" type="text"  />

Revision: 8787
at October 8, 2008 07:02 by superdeluxesam


Initial Code
<label for="$1" />
<input id="$1" name="$1" type="text" />

Initial URL


Initial Description
This snippet creates a basic input and label combo for an html form. Has tab stops at relevant places for adding for, id and name attritbutes

Initial Title
Textmate snippet for html - paired input and label

Initial Tags
form, textmate, html

Initial Language
HTML