mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 20:51:42 +03:00
10 lines
349 B
HTML
10 lines
349 B
HTML
<!doctype html><html lang=en><title>Document</title><table width=200 border=1 align=center cellpadding=4 cellspacing=0>
|
|
<tr>
|
|
<th colspan=1 rowspan=1 scope=col>Cell 1</th>
|
|
</tr>
|
|
<tr>
|
|
<td class=test colspan=1 rowspan=1 bgcolor=#FBF0DB>
|
|
Cell 1
|
|
</td>
|
|
</tr>
|
|
</table> |