<dd>: description details 元素
試一試
<p>Cryptids of Cornwall:</p>
<dl>
<dt>Beast of Bodmin</dt>
<dd>A large feline inhabiting Bodmin Moor.</dd>
<dt>Morgawr</dt>
<dd>A sea serpent.</dd>
<dt>Owlman</dt>
<dd>A giant owl-like creature.</dd>
</dl>
p,
dt {
font-weight: bold;
}
dl,
dd {
font-size: 0.9rem;
}
dd {
margin-bottom: 1em;
}
屬性
此元素僅包含全域性屬性。
示例
示例,請參閱為 <dl> 元素 提供的示例。
技術摘要
規範
| 規範 |
|---|
| HTML # the-dd-element |
瀏覽器相容性
載入中…