dir
Create a directory list using <li> tags.
Usage:
<dir>
<li> ... </li>
... etcetera ...
</dir>
OR
<dir type="none|circle|disc|square">
<li> ... </li>
... etcetera ...
</dir>
Best Practice Example:
<b>Floor 2:</b>
<menu>
<font face="Times,serif" size="2" style="font: 1.0em Times,serif;">
<li><font face="Times,serif" size="2">Dewey, Cheatham, and Howe</font></li>
<li><font face="Times,serif" size="2">Gaston J. Feeblebunny</font></li>
<li><font face="Times,serif" size="2">Phineas T. Freakears</font></li>
</menu>
Floor 2:
NOTES:
Though the HTML tag itself is deprecated, this tag works in all known e-mail clients. However, the manner in which the list is rendered differs from client to client.
Usage of the <ul> tag is recommended instead.