Connect each label to its input using for/id, so clicking the label focuses the field and screen readers announce it.
Acceptance criteria
- 1.The email label must carry for="email".
- 2.The password label must carry for="password".
Connect each label to its input using for/id, so clicking the label focuses the field and screen readers announce it.
Output ready when you are
Press Run to render your code, or Submit to validate your solution.