<label htmlFor="search">Search:</label> 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">