label
element
name
next to input
name
wrapped around input
name
associated using for/id
name
with label + placeholder
name
Code
<label for="tst">name <input type="text" id="tst"></label>
Reference
HTML5 label element