Definition lists are commonly used to help define or explain listed items.
The listed item is made of two parts, definition term <dt> and definition description <dd>.
Syntax:
<dl><dt></dt><dd></dd></dl>
Attributes:
- id, class (document-wide identifiers)
- lang (language information), dir (text direction)
- title (element title)
- style (inline style information)
- onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)
Example
HTML definition list elements:
Comments
No comments have been made yet.
Please login to leave a comment. Login now