<dd>:描述詳細資料元素
        
        
          
                Baseline
                
                  Widely available
                
                
              
        
        
        
          
                
              
                
              
                
              
        
        
      
      This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
嘗試一下
<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> 元素的範例。
技術摘要
規範
| Specification | 
|---|
| HTML> # the-dd-element> | 
瀏覽器相容性
Loading…