Skip to content

Instantly share code, notes, and snippets.

@gardym
Created August 31, 2011 10:06
Show Gist options
  • Save gardym/1183229 to your computer and use it in GitHub Desktop.
Save gardym/1183229 to your computer and use it in GitHub Desktop.
Span vs Label: Round 1!
<p>
<span>First Name</span>
<input type="text" name="first_name" />
</p>
<p>
<label for="surname">Surname</label>
<input type="text" name="surname" />
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment