| 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>) |
|
<dir> <li>YOUR TEXT HERE</li> <li>YOUR TEXT HERE</li> </dir> |
|
|