It is used to insert text using navbar-text
in the navbar.
<h2>Navbar text</h2>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#">TechFunda</a>
</div>
<div>
<p class="navbar-text">Authors</p>
</div>
</nav>
In the above code snippet we have defined navbar text using navbar-text
which defines text in the navbar, we have text as Authors in the navbar.
output
Views: 4785 | Post Order: 37