W3Schools.com and I’m pretty sure I remember seeing W3C.org state that <menu> should be used for Toolbar menus and listing form control commands.
So, which one should I use for my main menu? Nav, or Menu? Does it matter?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
navis used for groups of internal links (aelements). Generally this means the links should travel to separate pages, or change content in the case of an AJAX page. Expect some sort of content change when clicking on anavitem.menuis used for groups of controls (a,input,button). Generally this means the inputs should perform a function within the page. Expect some sort of javascript interaction when clicking on amenuitem.nav: the navigation for the site.menu: the menu for a web application.