Exercise 02: Making an input accessible - start

List of all exercises

Our aims are:

  1. Change the <p> wrapped around “Full name” to a <label>.
  2. Explicitly associate the <label> with the <input> using matching for and id attributes.
  3. Use a value of “name” for the for and id attributes.

Example

Full name

List of all exercises