Back Main GuestBook Contact Music (JS) Appendix

<DIR></DIR> - Directory Lists
deprecated

This 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>.

Attributes for <DIR>

  %coreattrs %i18n %events

Here is an example of a directory list:

  • Item one
  • Item two
  • Item three
  • Item four
  • Item five
  • Item six

  • 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>