From a presentation perspective, if I write a text between a tag it looks identical as to if I hadn\'t.
So, why do we use this tag at all?
The for attribute of a label element corresponds to the id attribute of an input element. If you click the label, it puts focus on the input box.
for
label
id
input
Example:
I agree with the Terms and Conditions
See this in action.
If you click on the text, it checks the box.