You probably are not including the necessary resources (javascript files).
try adding these lines to your code
in the header section of the html page add:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css ">
Before closing the body tag, add this:
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
Cisum inas
source share