RetroZilla/parser/htmlparser/tests/html/Table01.html

12 lines
237 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
first text
<table border>
<tr>
<td>This is the first cell in the table
<td>This is the second cell in the table
<tr>
<td>This is the third cell in the table
<td>This is the fourth cell in the table
</table>
last text