in Bootstrap by (111 points)
Write the ways to create a tabbed navigation menu in Bootstrap.

1 Answer

0 votes
by (13.9k points)
We can create a tabbed navigation by making a basic unordered list with the base class of .nav and after this, we can add class .nav-tabs.

Related questions

0 votes
asked Feb 14, 2020 in Bootstrap by SakshiSharma (32.2k points)
...