| <dir> : directory list
 The DIR element was designed to be used for creating multicolumn directory lists. The MENU element was designed to be used for single column menu lists. Both elements have the same structure as UL, just different rendering. In practice, a user agent will render a DIR or MENU list exactly as a UL list.
 dir is deprecated, we strongly recommend using UL instead of these elements.
 
 Example
 
 <dir>
 <li>text 1
 <li>text 2
 </dir>
 
 Gives
 
 text  1
text  2
 
 
 
 
 
 For complete reference see html reference at W3C
 MC..84   MC..85   MC..86   MC..87   MC..88   MC..89   MC..90   MC..91   MC..92   MC..93   MC..94   MC..95   MC..96   MC..97
 MC..98   MC..99   MD..1   MD..2   MD..3   MD..4   MD..5   MD..6   ME..1   MF..1   MF..2   MF..3   MG..1   MG..2
 MG..3   MG..4   MH..1   MH..2   MH..3   MH..4   MH..5   MH..6   MI..1   MI..2   MI..3   MI..4   MI..5   MI..6
 MI..7   MI..8   MI..9   MI..10   MI..11   MI..12   MI..13   MI..14   MJ..1   MJ..2   MJ..3   MJ..4   MJ..5   MJ..6
 MK..1   MK..2   MK..3   MK..4   MK..5   ML..1   ML..2   ML..3   ML..4   ML..5   ML..6   ML..7   ML..8   ML..9
 ML..10   ML..11   ML..12   ML..13   ML..14   MM..1   MM..2   MM..3   MM..4   MM..5   MM..6   MM..7   MM..8   MM..9
 MM..10   MM..11   MM..12   MM..13   MM..14   MM..15   MM..16   MM..17   MM..18   MM..19   MM..20   MM..21   MM..22   MM..23
 MM..24   MM..25   MM..26   MM..27   MM..28   MM..29   MM..30   MM..31   MM..32   MM..33   MN..1   MN..2   MN..3   MN..4
 
 |