dd

object dd extends Tag

TheĀ <strong>HTML <code><dd></code> element</strong> indicates the description of a term in a description list (<a title="The HTML <dl>&nbsp;element represents a description list.&nbsp;The element encloses a list of groups of terms and descriptions. Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs)." href="/en-US/docs/Web/HTML/Element/dl"><code><dl></code></a>).

trait Tag
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

type tagType = tag

Value members

Concrete methods

@inline
def apply(mods: TagMod[tag]*): WithAttrs[tagType]