Hi, I’m doing the new responsive web course and I have the following question about “best practice link element”:
- It’s really necessary to link the labels to the inputs (using for=“input-id” attribute) if the input is nested inside the label? It’s not the association implicit on the code because of the input its inside the label?
Thanks