Advertisement
Guest User

form input with label and aria-describedby

a guest
Jun 1st, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.15 KB | None | 0 0
  1. <label for="date">Appointment</label>
  2. <input type="date" aria-describedby="date-format" id="date">
  3. <p id="date-format">date format should be mm/dd/yyyy</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement