- Is there any cons of 2nd method? Why http://www.webstandards.org/ decided to use 2nd method
- Is first method better than first for screen reader users?
First
<label for="name">Name</label>
<input id="name" />
Second
<label for="n">Name</label>
<input id="n" />