HTML/CSS/List Tags/menu

Материал из Web эксперт
Перейти к: навигация, поиск

"menu" creates a list of items

   <source lang="html4strict">
   

<html> <head> <title>menu element example</title> </head> <body>

   <menu type="square">
  • first item
  • second item
  • third item
  • fourth item
  • fifth item
  •    </menu>
    

    </body> </html>


         </source>