dd

Purpose

Contains the definition of a term in a definition list.

Contained by

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>definition</title>
  </head>
  <body>
    <dl>
      <dt>Asset</dt>
      <dd>A file containing partial content for a web page, including images, audio, scripts and
        text.</dd>
      <dt>Asset group</dt>
      <dd>The URL of a group of assets on a server or a device.</dd>
      <dt>Audio policy</dt>
      <dd>MCS policy containing references to audio assets.</dd>
    </dl>
  </body>
</html>

Related topics