Exercise 03: Fixing the label order - start
List of all exercises
Our aims are to:
- Change the
<p>
and <span>
elements to <label>
elements.
- Make sure the
<label>
order is correct.
- Add a for to match each
id
value.
- Use values of “name” and “subscribe” for the
for
and id
attributes.
Example
List of all exercises