'menu' creates a list of items : menu : List Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » List Tags » menu »

 

'menu' creates a list of items



    
<html>
<head>
<title>menu element example</title>
</head>
<body>
    <menu type="square">
        <li>first item</li>
        <li>second item</li>
        <li>third item</li>
        <li>fourth item</li>
        <li>fifth item</li>
    </menu>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo List Tags
» menu