- The <dl> tag defines a definition list.
- The <dt> tag defines the start of a term in a definition list.
- The <dd> tag defines the description of a term in a definition list.
程式碼:
<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>
效果:
Coffee
Black hot drink
Milk
White cold drink
沒有留言:
張貼留言