Home » HTML » Html miscellaneous » Question
  1. Which element was designed for creating multicolumn directory lists?
    1. ol
    2. ul
    3. menu
    4. dir
    5. None of these
Correct Option: D

For the creation of multicolumn directory lists dir element was designed. For designing a single column menu list menu element was designed. They have the same structure as ul. It is just a different rendering. In practice, it works exactly as a ul list. <ol> represents a ordered list where as <ul> is unordered list. List of commands is defined by <menu> tag.



Your comments will be displayed only after manual approval.