Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 22:42
Show Gist options
  • Save aaggour/ef952a5a1d9c26ee4dc8e509b248dc96 to your computer and use it in GitHub Desktop.
Save aaggour/ef952a5a1d9c26ee4dc8e509b248dc96 to your computer and use it in GitHub Desktop.
label element
<label for=id1>Checkbox</label>
<input type=checkbox id=id1>
<label for=id2>Password</label>
<input type=password id=id2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment