RetroZilla/parser/htmlparser/tests/outsinks/htmltable.html
2015-10-20 23:03:22 -04:00

17 lines
332 B
HTML

<html>
<head>
<title>HTML To Text Test Page</title>
</head>
<body>
Below is a table.<br>
<table>
<tr><td>Row 1 Col 1<td>Row 1 Col 2</td><td>Row 1 Col 3</tr>
<tr><td>Row 2 Col 1 <td>Row 2 Col 2</td><td> Row 2 Col 3</tr>
<tr><td>Row 3 Col 1</td><td>Row 3 Col 2</td><td>Row 3 Col 3</tr>
</table>
Here is after table.
</body>
</html>