First Term : This is the definition of the first term.
Second Term : This is one definition of the second term. : This is another definition of the second term.
HTML看起来像这样:
1 2 3 4 5 6 7
<dl> <dt>First Term</dt> <dd>This is the definition of the first term.</dd> <dt>Second Term</dt> <dd>This is one definition of the second term. </dd> <dd>This is another definition of the second term.</dd> </dl>
呈现的输出如下所示:
First Term
This is the definition of the first term.
Second Term : This is one definition of the second term.