The <menu> is a tag of HTML. Which is used to create a menu list in our web page.
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>HTML is a markup language</title> </head> <body> <h1>HTML -- menu tag.</h1> <p>Creates a menu list................</p> <menu> <li>Home</li> <li>Registration</li> <li>About Us</li> </menu> </body> </html> |

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.