<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row clearfix">
<div class="col-md-12 column">
<table class="table table-bordered table-hover" id="tab_logic">
<thead>
<tr >
<th class="text-center">
Image Preivew
</th>
<th class="text-center">
Type of Emotion
</th>
<th class="text-center">
Source
</th>
</tr>
</thead>
<tbody>
<tr id='addr0'>
<td align = "center">
<img src = "http://www.placehold.it/200x200" alt= "..."></img>
</td>
<td>
<input type="text" name='emotion0' placeholder='emotion' class="form-control"/>
</td>
<td>
<input type="text" name='source0' placeholder='source' class="form-control"/>
</td>
</tr>
<tr id='addr1'></tr>
</tbody>
</table>