make table of two coloum with 5 row each
<table class="table"> <tr> <th>Firstname</th> <th>Lastname</th> </tr> <tr> <td>Peter</td> <td>Griffin</td> </tr> <tr> <td>Lois</td> <td>Griffin</td> </tr> <tr> <td>Joe</td> <td>Swanson</td> </tr> <tr> <td>Cleveland</td> <td>Brown</td> </tr> </table>