Semantic HTML

Below you will find examples for the "L" tags.

Label

Notice you can click the label to set focus to the input

Legend

We already saw this with fieldset, the legend tag describes the purpose of the fieldset element(s)

Personal Information

<li>

The li tag is used to create a list item. It is used in conjunction with the ul and ol tags.

<link>

The link tag is used to link to an external style sheet or font. It is used in conjunction with the head tag and has no visual representation on the page.

See also Link.

Definitions

<label>
The label tag links a label to an input field
<legend>
The legend tag is used to describe the fieldset element
<li>
The li tag is used to create a list item
<link>
The link tag is used to link to an external style sheet