如何从其他页面上的超链接链接twitter bootstrap选项卡

问题描述:

我在页面上使用bootstrap选项卡,现在我想从其他页面创建链接。
喜欢
Tab1
Tab2

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标签就像任何其他超链接一样。您需要使用选项卡将href设置为要链接到的页面。如果您希望其他页面突出显示该选项卡,请在要显示为活动的选项卡上使用 class =active

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.