How to create animated menu with html5?

Asked By 10 points N/A Posted on -
qa-featured

Hello experts,

How to create animated menu with html5?

I want to make my menu and submenu more attractive to those who will visit my website soon.

I am still designing the interface of my website, I need some html5 codes for animated menu.

Thanks.

SHARE
Answered By 0 points N/A #179512

How to create animated menu with html5?

qa-featured

Hi,

To create menu in html5 her is the sample

<menu type =”toolbar”>

<li>

<menu label=”Menu”>

<button type=”button” onclick=”menu1_submenu()”>mymenu</button>

<button type=”button” onclick=”menu1_submenu()”>mymenu2</button>

</menu>

</li>

Like this you can create another main menu and sub menu. For more information about html 5 codes go to w3schools click html link in menu bar. other best site for html5 codes is quackit.com here you will get more codes for each section.

They provide codes individually with source and output method.

Hope these shall helps you

Thanks

Related Questions