swc/crates/swc_html_minifier/tests/fixture/attribute/colspan/output.min.html

13 lines
322 B
HTML

<!doctype html><html lang=en><title>Document</title><body>
<table width=200 border=1 align=center cellpadding=4 cellspacing=0>
<tr>
<th scope=col>Cell 1</th>
</tr>
<tr>
<td class=test bgcolor=#FBF0DB>
Cell 1
</td>
</tr>
</table>