mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
12 lines
178 B
HTML
12 lines
178 B
HTML
End table tag terminates caption and table.
|
|
<table border>
|
|
<caption>caption1 <br> text1 <font size=6> text2
|
|
</table>
|
|
<tr>
|
|
<td>cell1
|
|
<tr>
|
|
<td> cell2
|
|
</table>
|
|
|
|
last text
|