Exercise 03: Fixing the label order - finished

List of all exercises

Our aims are to:

  1. Change the <p> and <span> elements to <label> elements.
  2. Make sure the <label> order is correct.
  3. Add a for to match each id value.
  4. Use values of “name” and “subscribe” for the for and id attributes.

Example

List of all exercises