i am using bootstrap tab on a page and now i want to make links from other page. like Tab1 Tab2
please Guide me how to make a hyper link on a tab use in other page
i am using bootstrap tab on a page and now i want to make links from other page. like Tab1 Tab2
please Guide me how to make a hyper link on a tab use in other page
Bootstrap tabs are just like any other hyperlinks. You need to set the href to the page that you want to link to with the tab. If you want the other page to have the tab highlighted, use class="active"
on the tab that you want to be shown to be active.