label

Support

Specifies a description to a HTML element.

The label element allows authors to attach visible information to controls.

Example

<label for="fullname">Full Name:</label>
<input type="text" id="fullname" size="25" />

Preview