Ver original<table border='1'> <tr> <th>Campo1</th> <th>Campo2</th> <th>Campo3</th> </tr> <tr> <td>Dato1</td> <td>Caso1</td> <td>Numero1</td> </tr> <tr> <td>Dato2</td> <td>Caso2</td> <td>Numero2</td> </tr></table>
Ver original<table border='1'> <a href="link1.html"> <tr> <th>Campo1</th> <th>Campo2</th> <th>Campo3</th> </tr> </a> <a href="link2.html"> <tr> <td>Dato1</td> <td>Caso1</td> <td>Numero1</td> </tr> </a> <a href="link3.html"> <tr> <td>Dato2</td> <td>Caso2</td> <td>Numero2</td> </tr> </a></table>