Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created September 2, 2016 00:00
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 kypflug/0aa410c2300b0f660de068854ebbd301 to your computer and use it in GitHub Desktop.
Save kypflug/0aa410c2300b0f660de068854ebbd301 to your computer and use it in GitHub Desktop.
<label for="n">What’s your name?</label>
<input id="n" name="n"
required aria-required="true"
autocorrect="off" autocapitalize="words"
placeholder="Sir Tim Berners Lee"
autocomplete="name"
value=""
aria-invalid="true"
aria-describedby="e-n"
>
<strong id="e-n">You want to get credit for your project right? Please provide your name.</strong>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment