Description list

Description list

Description lists group terms and descriptions into a single list and require three elements to complete the list:

  1. <dl>: Holds the list descriptions (dl = description list)
  2. <dt>: Defines a term in the list (dt = definition term)
  3. <dd>: Defines a description for a term (dd = description list description)

You can have as many terms (defined by <dt>) in a list (<dl>) as you need. Each term can have one or more descriptions (defined by <dd>).

The following description list includes three terms, one of which has two descriptions :https://stackblitz.com/edit/web-platform-15r9sj?embed=1&file=index.html&hideDevTools=1&hideExplorer=1&hideNavigation=1