Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Join to our Telegram Channel to notify you all new latest update. Click Here
  • Claim Your Free Certified Membership Click here

Dropdown Sidebar Menu using HTML CSS & JavaScript

Ken

Administrator
Staff member
Administrator
Joined
Aug 20, 2022
Messages
2,986
Reaction score
4,209
Points
113
1661863709713.png

In HTML:
Make <ul> </ul> tag as a parents for the main navigation links.
Inside the <ul> </ul> tag add <li> </li> tag like this <ul><li>Home</li></ul>
Now for submenu add <ul> </ul> tag again inside the <li> </li> like this:
<ul><li>Home
<ul>
<li>Sub Menu</li>
</ul>
</li></ul>

You must reply before you can see the hidden data contained here.
To see this hidden content, you must react with one of the following reactions : Love Love
 
t
View attachment 51

In HTML:
Make <ul> </ul> tag as a parents for the main navigation links.
Inside the <ul> </ul> tag add <li> </li> tag like this <ul><li>Home</li></ul>
Now for submenu add <ul> </ul> tag again inside the <li> </li> like this:
<ul><li>Home
<ul>
<li>Sub Menu</li>
</ul>
</li></ul>

[Hidden content]

[Hidden content]
tyyy!
 
Spamming or posting low-quality replies like "asdasd", "thankssss", "tyyy" automatically account restriction or permanent ban.
Changing Account info, password or being selfish will cause an automatic permanent ban without prior notice be nice and let everyone use the valuable stuff here in the community.
Feedback on the post is a big help to improve and make the member more willing to contribute.

NEW TOPICS

Back
Top