mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 17:30:18 +01: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>
|