Reputation: 10651
I want to create a Horizontal line below th. Below is what I want to achieve
I have created the table and all using the following html markup
<table>
<tr>
<th>Table</th>
<th>% of Time Index Used</th>
<th>Rows in Table</th>
</tr>
<tr>
<td>tweet_groups</td>
<td>67</td>
<td>20,488</td>
</tr>
</table>
So how do I add the horizontal line??
Upvotes: 2
Views: 6040