HTML5 label Tag

<label> tag defines a label for an <input> element.

<label for="USA">USA</label>
<input type="radio" name="country" id="USA" />