I have the following code:
<div id="list">
<table>
<tr>
<th>STT</th>
<th>Link</th>
</tr>
<tr>
<td>Line 1</td>
<td><a href="http://website.com/link1">Link 1</a></td>
</tr>
<tr>
<td>Line 2</td>
<td><a href="http://website.com/link2">Link 2</a></td>
</tr>
</table>
</div>
How can I get: