mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
13 lines
268 B
HTML
13 lines
268 B
HTML
extra end table tag is ignored.
|
|
<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>
|
|
|
|
</table>
|
|
|
|
last text
|