Using the "for" attribute

by squarified

HTML

<!-- Learn about this code on MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label -->

<label for="username">Click me</label>
<input type="text" id="username">