Skip to content

Instantly share code, notes, and snippets.

@FagnerMartinsBrack
Created July 21, 2016 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FagnerMartinsBrack/89d0ad963563d64868970ae2d8aa8492 to your computer and use it in GitHub Desktop.
Save FagnerMartinsBrack/89d0ad963563d64868970ae2d8aa8492 to your computer and use it in GitHub Desktop.
(Medium) The Benefits Of Typing Instead of Copying - HTML Label Duplicated
<label for="name"></label>
<div class="input-wrapper">
<input type="text" id="name">
</div>
<label for="name"></label>
<div class="input-wrapper">
<input type="password" id="password">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment