I am new to Javascript I want to create tabbed menu bar in that menu bar when user click on the tab it should change the back ground color of that tab and previous tab should come to Normal(Color less).And clicked color tab should in changed color.
Example:
Home Settings Users
Are the menu options when user click on settings it should highlight and remaining two are non-highlight how can I achive this using java script or CSS
I am using Table and sample code is
“>Home
“>Users
Here’s a tutorial for setting up a simple tabbed menu with CSS and HTML