2 This table should have cell padding of
5px
3 <table border cellpadding=
5>
4 <TR><TD>AAA
</td><td>BBBB
</td></tr>
5 <TR><TD>AAA
</td><td>BBBB
</td></tr>
10 This table should have cell padding of
5px
12 <TR><TD style=
"padding:5px;">AAA
</td><td style=
"padding:5px;">BBBB
</td></tr>
13 <TR><TD style=
"padding:5px;">AAA
</td><td style=
"padding:5px;">BBBB
</td></tr>
18 This table should have cell padding of
5px
19 <table border cellpadding=
0>
20 <TR><TD style=
"padding:5px;">AAA
</td><td style=
"padding:5px;">BBBB
</td></tr>
21 <TR><TD style=
"padding:5px;">AAA
</td><td style=
"padding:5px;">BBBB
</td></tr>
26 This table should have cell padding of
5px except the
1st cell's left padding will be
0
27 <table border cellpadding=
5>
28 <TR><TD style=
"padding-left:0px;">AAA
</td><td>BBBB
</td></tr>
29 <TR><TD >AAA
</td><td>BBBB
</td></tr>
33 This table should have cell padding of
5px except the last cell's left padding will be
30
34 <table border cellpadding=
5>
35 <TR><TD>AAA
</td><td>BBBB
</td></tr>
36 <TR><TD >AAA
</td><td style=
"padding-left:30px;">BBBB
</td></tr>