I am trying to set these tabs in bootstrap to active when I am at the specific link page. I am new to web design. Anyone have any idea how to do this? This is my html code.
<div id="top">
<ul class="nav nav-tabs">
<li class="active"><a href="index.php">Home</a></li>
<li><a href="history.php">History</a></li>
<li><a href="leader.php">Leaderboard</a></li>
<li><a href="talk.php">Comments</a></li>
</ul>
</div>