<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" style="height:400px;">
<div class="row">
<br>
<p>Please view this snippet in <a href="http://bootsnipp.com/fullscreen/x3p9" target="_blank">full screen here</a> and scroll all the way down.</p>
<h2>Link to top page on scrolling down</h2>
<table class="table table-striped">
<thead>
<tr>
<th>Student-ID</th>
<th>First Name</th>
<th>Last Name</th>
<th>Grade</th>
</tr>
</thead>
<tbody>
<tr>
<td>001</td>
<td>First Name 1 </td>
<td>Last Name 1</td>
<td>A+</td>
</tr>
<tr>
<td>002</td>
<td>First Name 2 </td>
<td>Last Name 2</td>
<td>A</td>
</tr>
<tr>
<td>003</td>
<td>First Name 3 </td>
<td>Last Name 3</td>
<td>B</td>