Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
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>
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )