HTML5 <dl> Tag
ExampleA definition list, with terms and definitions:
Try it yourself » |
Definition and Usage
The <dl> tag defines a definition list.
The <dl> tag is used in conjunction with <dt> (defines the item in the list) and <dd> (describes the item in the list).
Differences Between HTML 4.01 and HTML5
NONE
Standard Attributes
The <dl> tag also supports the Standard Attributes in HTML5.
Event Attributes
The <dl> tag also supports the Event Attributes in HTML5.