1.

How To Create A Navbar In Bootstrap?

Answer»

To CREATE a default navbar:

  • Add the classes .navbar, .navbar-default to the tag.
  • Add role = "navigation" to the above ELEMENT, to help with accessibility.
  • Add a HEADER class .navbar-header to the element. Include an element with class navbar-brand. This will GIVE the text a slightly larger size.
  • To add links to the navbar, simply add an unordered list with the classes of .NAV, .navbar-nav.

To create a default navbar:



Discussion

No Comment Found