-
Which element was designed for creating multicolumn directory lists?
-
- ol
- ul
- menu
- dir
- 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.