mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
13 lines
260 B
HTML
13 lines
260 B
HTML
<!DOCTYPE HTML>
|
|
<title>text-decoration: underline test</title>
|
|
<table border>
|
|
<tr>
|
|
<td style="text-decoration: underline">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>
|