<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<div class= "container">
<br><br>
<button id="add"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Add Another Item</button>
<button id="remove"><span class="glyphicon glyphicon-minus" aria-hidden="true"></span> Remove a table</button>
<br><br>
<div id="div1">
<table id="table" >
<tr>
<td>Item</td><td><input class="form-control" type="text" id="item" placeholder="e.g Epson Printer"></td>
</tr>
<tr>
<td>Type</td><td><input class="form-control" type="text" id="type" placeholder="e.g Hardware"></td>
</tr>
<tr>
<td>Description</td><td><input class="form-control" type="text" id="type" placeholder="e.g Inkjet, Black, with free 3 cartridge "></td>
</tr>
<tr>
<td>Unit Price</td><td><input class="form-control" type="text" id="item" placeholder="e.g 5,354.00"></td>
</tr>
<tr>
<td>Quantity</td><td><input class="form-control" type="text" id="qty" placeholder="e.g 3"></td>
</tr>
<tr>
<td>Amount</td><td ><input class="form-control" type="text" id="amount" placeholder="Amount per item displayed here" disabled></td>
</tr>
</table>
</div>
</div>