Should we put <input> inside <label>? [duplicate]
问题 This question already has answers here : Should I put input elements inside a label element? (12 answers) Closed 5 years ago . I saw 2 different method on same form example: on http://www.alistapart.com/articles/prettyaccessibleforms/ why they are using 2 method in first fieldset they are keeping input after label and in 2nd fieldset they are keeping input after label . Why? <fieldset> <legend>Delivery Details</legend> <ol> <li> <label for="name">Name<em>*</em></label> <input id="name" /> <