L
HTML
Curriculum
Lessons
Tag Glossary
Playground
🕯️
← Back to Tag Glossary
<dl>
Lists & Tables
Creates a description list (key-value dictionary list) of items.
Common Attributes
This element supports only global attributes.
interactive-example.html
<dl> <dt>HTML</dt> <dd>HyperText Markup Language</dd> </dl>
Live Preview