CEFR B2

definition list

noun phrase

Meaning

A formatting structure used to define a list of terms and their corresponding descriptions or explanations, often used in HTML and other markup languages.

Examples

  • The website used a definition list to explain the technical terms used in the article.
  • In HTML, a definition list is created using the <dl> tag, which contains <dt> and <dd> elements.