Skip to content

Instantly share code, notes, and snippets.

@cyhsutw
Created January 13, 2012 12:58
Show Gist options
  • Select an option

  • Save cyhsutw/1605973 to your computer and use it in GitHub Desktop.

Select an option

Save cyhsutw/1605973 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Label Test</title>
</head>
<body>
<input type="checkbox" id="withLabel" /><label for="withLabel" />Label</label>
<br />
<input type="checkbox" />Label
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment