Switch to full style
HTML code examples
Post a reply

usage of menu tag

Sat Feb 18, 2012 11:03 pm

Menu tag usage example
Code:
<html>
<
head>
<
title>menu tag usage</title>
</
head>
<
body>
    <
p>
      
Example of using menu tag
    
</p>
    <
menu type="square">
        <
li>London</li>
        <
li>Newyork</li>
        <
li>Cairo</li>
        <
li>Roma</li>
        <
li>Dubai</li>
    </
menu>
</
body>
</
html>
 




Post a reply
  Related Posts  to : usage of menu tag
 How can i add a menu ?     -  
 navigation menu using JQuery     -  
 Menu Style Button     -  
 Creating Menu Button     -  
 Skymiles v1.1 Menu buttons     -  
 MenuBar,Menu,MenuItem,CheckboxMenuItem Example     -  
 Javascript select menu validation issue     -  
 Validation of php drop down menu of months,days and years     -  
 changing the background color for site main menu.     -  
 Show sidebar main menu with scroll down in the web page     -  

Topic Tags

HTML List