mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-09 23:31:10 +00:00
12 lines
209 B
HTML
12 lines
209 B
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>
|