 |
This is what a definition list look like :
<DL>
<DT>Term
<DD>This is the definition of the term. So normally here is where
you would explain what the earlier mentioned term means.
<DT>Term no. 2
<DD>Definition of the second term.
</DL>
|
|
 |
This is what a definition list look like :
- Term
- This is the definition of the term. So normally here is where
you would explain what the earlier mentioned term means.
- Term no. 2
- Definition of the second term.
|
|
 |
The same list but now compact :
<DL compact>
<DT>Term
<DD>This is the definition of the term. So normally here is where
you would explain what the earlier mentioned term means.
<DT>Term no. 2
<DD>Definition of the second term.
</DL>
|
|
 |
The same list but now compact :
- Term
- This is the definition of the term. So normally here is where
you would explain what the earlier mentioned term means.
- Term no. 2
- Definition of the second term.
|