Creating Simple menu list in HTML
| Tags: format, HTML |
The <menu> tag displays a list of short choices to the reader, such as a menu of links to other documents. The browser may use a special (typically more compact) representation of items in a menu list compared with the general unordered list, or even use some sort of graphical pull-down menu to implement the menu list. If the list items are short enough, the browser may even display them in a multicolumn format, and may not append a leading bullet with each list item.
Like an unordered list, define the menu list items with the <li> tag. When used within a menu list, however, the <li> tag may not contain any block element, including paragraphs, other lists, preformatted text, or forms.
Compare the source text below and the Mosaic display (Figure 8.9) with the directory (Figure 8.8) and unordered (Figure 8.1) list displays we presented earlier in this chapter.
<p> Some popular kumquat recipes include: <menu> <li>Pickled Kumquats <li>'Quats and 'Kraut (a holiday favorite!) <li>'Quatshakes </menu> There are many more to please every palate!
The <menu> tag also has the compact attribute to produce an even more reduced list presentation, although in practice, few browsers are willing or able to implement the compacted menu list display. Netscape, in fact, doesn’t distinguish between a menu and an unordered list.

![Creating Simple Menu List In Html Html [Graphic: Figure 8-9]](http://mzwriter.org/images/html/figs/h2_0809.gif)

August 17th, 2008 at 1:21 am
Your blog is interesting!
Keep up the good work!