摘要:
定义的列表,html 4.0 不推荐使用。和 ul li 很象,只是逻辑上有些不同
<dl>
<dt>dl tag
<dd>definition list start and stop delimiter.
<dt>dt tag
<dd>presents the term or phrase to be defined.
<dt>dd tag
<dd>presents the definition for the term or phrase.
</dl>
(全文共326字)——点击
此处阅读全文