nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Sign Up form email field needs the label to be associated with input #3

Closed nbkhope closed 1 month ago

nbkhope commented 2 months ago

When you click the label for email, it doesn't focus the input. We need to make it focus. To accomplish that, you can associate the label with the input.

Pybite commented 2 months ago

I would like to help with this