what is the use of for attribute in label tag code example
Example: label for attribute
<label for="username">Click me</label>
<input type="text" id="username">
<label for="username">Click me</label>
<input type="text" id="username">