2 This table should have cell spacing of
2px
4 <TR><TD style=
"border: 3px inset black;">AAA
</td><td>BBBB
</td></tr>
5 <TR><TD>AAA
</td><td>BBBB
</td></tr>
10 This table should have cell spacing of
5px
11 <table border cellspacing=
5>
12 <TR><TD>AAA
</td><td>BBBB
</td></tr>
13 <TR><TD>AAA
</td><td>BBBB
</td></tr>
18 This table should have cell spacingX of
5px, spacingY of
10px
19 <table border
style=
"border-spacing: 5px 10px;">
20 <TR><TD>AAA
</td><td>BBBB
</td></tr>
21 <TR><TD>AAA
</td><td>BBBB
</td></tr>
26 This table should have cell spacingX of
5px, spacingY of
10px
27 <table border cellspacing=
0 style=
"border-spacing: 5px 10px;">
28 <TR><TD>AAA
</td><td>BBBB
</td></tr>
29 <TR><TD>AAA
</td><td>BBBB
</td></tr>