<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<i id="Point1" onmouseover="GivePoints(1,1)" onmouseout="GivePoints(1,2)" onclick="GivePoints(1,3)" class="glyphicon glyphicon-star-empty"></i>
<i id="Point2" onmouseover="GivePoints(2,1)" onmouseout="GivePoints(2,2)" onclick="GivePoints(2,3)" class="glyphicon glyphicon-star-empty"></i>
<i id="Point3" onmouseover="GivePoints(3,1)" onmouseout="GivePoints(3,2)" onclick="GivePoints(3,3)" class="glyphicon glyphicon-star-empty"></i>
<i id="Point4" onmouseover="GivePoints(4,1)" onmouseout="GivePoints(4,2)" onclick="GivePoints(4,3)" class="glyphicon glyphicon-star-empty"></i>
<i id="Point5" onmouseover="GivePoints(5,1)" onmouseout="GivePoints(5,2)" onclick="GivePoints(5,3)" class="glyphicon glyphicon-star-empty"></i>
</div>