[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-DIR
Much like the <menu> element, used to specify a small grouping of list items. Items must be labeled with the <li> tag as usual.
Attributes
None
Code Tip
The <dir> element is best suited for lists which do not need to be numbered or bulleted.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-DIR
DIR
UsageMuch like the <menu> element, used to specify a small grouping of list items. Items must be labeled with the <li> tag as usual.
Attributes
None
Code Tip
The <dir> element is best suited for lists which do not need to be numbered or bulleted.
Live Example
<html> <head><title>DIR Document Example</title></head> <body> <dir> <li>List item 1.</li> <li>List item 2.</li> <li>List item 3.</li> </dir> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
