<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-bottom">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">YourWebSiteName</a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">PHP</a></li>
<li><a href="#">JavaScript</a></li>
<li><a href="#">HTML</a></li>
<li><a href="#">CSS</a></li>
</ul>
</div>
</nav>
<div class="container" style="margin-top:20px">
<h2>Bootstrap fixed navigation bar at the bottom of the page in Bootstrap</h2>
Bootstrap is the most popular HTML, CSS, and JS framework for developing
responsive, mobile first projects on the web.
<h3>Designed for everyone, everywhere</h3>
Bootstrap makes front-end web development faster and easier.
It's made for folks of all skill levels, devices of all shapes,
and projects of all sizes.
</div>
</body>
</html>