mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
225 B
HTML
13 lines
225 B
HTML
<!DOCTYPE HTML>
|
|
<title>text-decoration: underline test</title>
|
|
<table border>
|
|
<tr>
|
|
<td>Row 1, Cell 1</td>
|
|
<td>Row 1, Cell 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Row 2, Cell 1</td>
|
|
<td>Row 2, Cell 2</td>
|
|
</tr>
|
|
</table>
|