eScience / DCS
<
New Media
:
HTML
>
[
Contact
]
[
Links
]
[
Prev. : 20/36: Standard Type Face Options
]
[
Up
]
[
Next : 22/36: White Space Management
]
Three Types of Lists
Ordered list
<ol>
<li> </li>
</ol>
You don't have
to enter
the numuber
Unordered list
<ul>
<li> </li>
</ul>
You
may
use
different levels
of imbrication
Definition list
<dl>
<dt> </dt>
<dd> </dd>
</dl>
This is the term
and its definition
Another term
and another definition that could be really longue and complex and asdlkjasdl kjassdlkjasdlkj assdlkjsdlkk
N.B. About closing tags
eScience / DCS
<
New Media
:
HTML
>
[
Contact
]
[
Links
]
[
Prev. : 20/36: Standard Type Face Options
]
[
Up
]
[
Next : 22/36: White Space Management
]