blob: b94b14e725e11442e515f15eb06051d4b631071a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<table style="width:100%; background-color:red"><tr><td>
<div> boo
<table style="width:100px; background-color:purple"><tr><td>
<table style="background-color:blue"><tr><td>
<table style="width:100%; background-color:green; table-layout:fixed"><tr><td>
Content
</td></tr></table>
</td></tr></table>
</div></td></tr></table>
</td></tr></table>
</html>
|