attribute "for"
<label for="inputID">some title</label><input type="text" id="inputID" size="50">
label
attribute
for
and
input
attribute
id
should be the same to tie these two elements together
by Valeri Tandilashvili
5 years ago
HTML
attributes
HTML Tutorial for Beginners
2
Pro tip: use ```triple backticks around text``` to write in code fences