The <dir> tag is used to create a bullited list
with each item typically being 24 characters wide. The list must begin
with a <dir> tag and then be preceded with an <li> for each item in the list.
(See <li>)
Code
<dir>
<li>YOUR TEXT HERE</li>
<li>YOUR TEXT HERE</li>
</dir>