mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 01:08:39 +09:00
13 lines
320 B
HTML
13 lines
320 B
HTML
<!DOCTYPE HTML>
|
|
<title>text-decoration: underline test</title>
|
|
<table border>
|
|
<caption><span style="text-decoration: underline">This is the table caption</span></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>
|