What is the attribute value of ‘for’ in a 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">