Is there a best practice concerning the nesting of label and input HTML elements?
label
input
classic way:
If you include the input tag in the label tag, you don't need to use the 'for' attribute.
That said, I don't like to include the input tag in my labels because I think they're separate, not containing, entities.