Exercise 02: Making an input accessible - start
List of all exercises
Our aims are:
- Change the
<p>
wrapped around “Full name” to a <label>
.
- Explicitly associate the
<label>
with the <input>
using matching for and id attributes.
- Use a value of “name” for the
for
and id
attributes.
Example
List of all exercises