Skip to content

Instantly share code, notes, and snippets.

@takahirohonda
Created October 12, 2019 04:17
Show Gist options
  • Save takahirohonda/a0620714373c4f5c25b1b16aea8ddd7c to your computer and use it in GitHub Desktop.
Save takahirohonda/a0620714373c4f5c25b1b16aea8ddd7c to your computer and use it in GitHub Desktop.
accessibility-form-tips-2.html
<input
type="text"
class="form-input"
id="firstname"
name="firstname"
required
aria-required="true"
placeholder="Enter your first name"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment