Should I put input elements inside a label element?

前端 未结 14 1988
长情又很酷
长情又很酷 2020-11-22 07:24

Is there a best practice concerning the nesting of label and input HTML elements?

classic way:



        
14条回答
  •  别那么骄傲
    2020-11-22 07:52

    Referring to the WHATWG (Writing a form's user interface) it is not wrong to put the input field inside the label. This saves you code because the for attribute from the label is no longer needed.

提交回复
热议问题