<dd>

The HTML <dd> element (HTML Description Element) indicates the description of a term in a description list (<dl>) element. This element can occur only as a child element of a definition list and it must follow a <dt> element.

https://developer.mozilla.org/en/docs/Web/HTML/Element/dd

Can I Use <dd>?

Sandbox