mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
|