Specifies a description to a HTML element.
The label element allows authors to attach visible information to controls.
<label for="fullname">Full Name:</label><input type="text" id="fullname" size="25" />