blob: 26c6189387a6daa1d61a2a0ebb76089e69d4dfa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<title>text-decoration: underline test</title>
<table border>
<caption>This is the table caption</caption>
<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>
|