Welcome to Vanilla Breeze
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
The definition description element provides the description, definition, or value associated with a term in a definition list.
The <dd> element (definition description) provides the description, definition, or value for the preceding <dt> element(s) in a <dl> (definition list).
By default, <dd> elements are indented from the left margin to visually distinguish them from their associated terms.
<dl> element<dt> element<li><dl> <dt>Accessibility</dt> <dd>The practice of making websites usable by as many people as possible.</dd> <dt>Responsive Design</dt> <dd>An approach to web design that makes web pages render well on various devices.</dd></dl>
A term can have multiple <dd> elements, each providing a different definition, meaning, or aspect.
<dl> <dt>Port</dt> <dd>A harbor or haven for ships.</dd> <dd>A virtual point where network connections start and end.</dd> <dd>A type of fortified wine from Portugal.</dd> <dd>To transfer software from one system or environment to another.</dd></dl>
Multiple terms can share the same <dd> description. This is useful for synonyms or alternate names.
<dl> <dt>RGB</dt> <dt>Red Green Blue</dt> <dd>A color model in which red, green, and blue light are combined.</dd></dl>
Definition descriptions can contain any flow content, including paragraphs, lists, links, and more.
<dl> <dt>Key Features</dt> <dd> <ul> <li>Lightweight and fast</li> <li>No dependencies</li> <li>Fully accessible</li> <li>Mobile-first design</li> </ul> </dd></dl>
<dl> <dt>Term</dt> <dd> <p>Introduction paragraph.</p> <ul> <li>Detail one</li> <li>Detail two</li> </ul> </dd></dl>
<dt> elements in the list context<dd> is associated with at least one <dt><dd> for complex content| Property | Value | Description |
|---|---|---|
margin-inline-start |
var(--size-l) |
Left indentation to distinguish from terms |
When a <dd> is followed by a <dt> (starting a new term group), dd + dt adds margin-block-start: var(--size-m) for visual separation.
Must be a child of <dl>, optionally inside a <dl-item>.
The <dd> element is used in these patterns:
Display key-value pairs in horizontal or stacked layouts