What is the difference between the directory and menu lists and the unordered list?
The directory list <dir> is a specialized form of the unordered list. <dir> tag is mainly used for displaying lists of files. The MENU element defines a menu list . The element contains one or more “li” elements. An unordered list typically is a bulleted list of items. The opening tag is <ul> and the closing tag is </ul>.