input is a void element, you can’t put the </input> closing tag
there are two ways to link input and label together, one is nesting the input inside label (not label inside input!)
the other is using the for attribute
input is a void element, you can’t put the </input> closing tag
there are two ways to link input and label together, one is nesting the input inside label (not label inside input!)
the other is using the for attribute