<DIR></DIR> - Directory ListsThis tag indicates a directory list. In most browsers, the directory list is formatted the same as the unordered list. You must type <LI> before every list item.
This tag must be closed at the end of the list by typing </DIR>.
<DIR>| %coreattrs %i18n %events |
Here is an example of a directory list:
Here is the code for the sample above:
<DIR>
<LI>Item one
<LI>Item two
<LI>Item three
<LI>Item four
<LI>Item five
<LI>Item six
</DIR>