Tag <label> is used to create a title for certain types of specific tags such as <input>, <textarea>, <select>.
Tag <label> allows the application to read the text aloud when the user selects it, or allows the user to access the cursor to the tags that the label tag is pointing to.
Example:
<label for="Man">Man</label>
<input id="Man"/>
Result: