active
and disabled
are classes that only change the styling, not the functionality. active
will look like this is the link to page you are on already. disabled
makes it looks like the link won’t work.
EDIT: You should add active
and disabled
to the li
tag and not the a
tag. Also add nav-tabs
or nav-pills
class to your ul
tag (for active
to have any effect).