<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <ol class = "breadcrumb">
         <li><a href = "#">Home</a></li>
         <li><a href = "#">Quiz</a></li>
         <li class = "active">PHP</li>
      </ol>
   </body>
</html>