Exercise 05: Adding required features - finished

List of all exercises

Our aims are to:

  1. Add <span class="required"> (Required)</span> for sighted users.
  2. Add aria-hidden="true" to <span> to hide from screen readers.
  3. Add the required attribute to the <input> for screen reader users.

Example

List of all exercises