mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
332 B
HTML
17 lines
332 B
HTML
<html>
|
|
<head>
|
|
<title>HTML To Text Test Page</title>
|
|
</head>
|
|
|
|
<body>
|
|
Below is a table.<br>
|
|
|
|
<table>
|
|
<tr><td>Row 1 Col 1<td>Row 1 Col 2</td><td>Row 1 Col 3</tr>
|
|
<tr><td>Row 2 Col 1 <td>Row 2 Col 2</td><td> Row 2 Col 3</tr>
|
|
<tr><td>Row 3 Col 1</td><td>Row 3 Col 2</td><td>Row 3 Col 3</tr>
|
|
</table>
|
|
Here is after table.
|
|
</body>
|
|
</html>
|