Exercise 10: Using aria-describedby - start

List of all exercises

Our aims are to:

  1. Add id="hint" to the <span> element with a class of help-text.
  2. Add id="error" to the <span> element with a class of error-message.
  3. Add aria-describedby="hint error" to the <input> element.
  4. View the accessible name in the accessibility tree.

Example

Include area code Error: Include area code

List of all exercises