mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
14 lines
272 B
HTML
14 lines
272 B
HTML
<!DOCTYPE HTML>
|
|
<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>
|