mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
54 lines
909 B
HTML
54 lines
909 B
HTML
first text
|
|
<ul>
|
|
<li>
|
|
list line 1
|
|
|
|
<li>
|
|
list line 2
|
|
<table border >
|
|
<tr>
|
|
<td>This is the first cell in the table
|
|
<p> paragraph in cell.
|
|
<td>This is the second cell in the table
|
|
<ul>
|
|
<li> list item1 in cell
|
|
<li> list item2 in cell
|
|
<ul>
|
|
<tr>
|
|
<td>This is the third cell in the table
|
|
<td>This is the fourth cell in the table
|
|
</table>
|
|
|
|
<li>
|
|
list line 3
|
|
<p>paragraph in list line 3.
|
|
</ul>
|
|
|
|
table aligned:
|
|
<ul>
|
|
<li>
|
|
list line 1
|
|
|
|
<li>
|
|
list line 2
|
|
<table border align=right>
|
|
<tr>
|
|
<td>This is the first cell in the table
|
|
<p> paragraph in cell.
|
|
<td>This is the second cell in the table
|
|
<ul>
|
|
<li> list item1 in cell
|
|
<li> list item2 in cell
|
|
<ul>
|
|
<tr>
|
|
<td>This is the third cell in the table
|
|
<td>This is the fourth cell in the table
|
|
</table>
|
|
|
|
<li>
|
|
list line 3
|
|
<p>paragraph in list line 3.
|
|
</ul>
|
|
|
|
last text
|