You are on page 1of 1

<table class = "table" bordered = "2" style = "border: 2px;">

<thead>
<tr>
<th>Book identification Number</th>
<th>Section</th>
<th>Subject</th>
<th>Textbook</th>
<th>Volume</th>
<th>Copyright Year</th>
<th>No. of Copies</th>
<th>Author</th>
<th>ISBN</th>
<th>Status</th>

</tr>
</thead>

<tr>
<td>193</td>
<td>Reserved Books</td>
<td>Reserved</td>
<td>Primary 3</td>
<td>10</td>
<td>1990</td>
<td>15</td>
<td>New Author</td>
<td>566</td>
<td>GOOD</td>
</tr>

<tr>
<td>191</td>
<td>Reference</td>
<td>English</td>
<td>aaa</td>
<td>10</td>
<td>2018</td>
<td>5</td>
<td>New Author</td>
<td>123</td>
<td>GOOD</td>
</tr>

</table>

You might also like