01.
<table border=
"0"
cellpadding=
"0"
cellspacing=
"0"
width=
"400"
>
02.
<tr>
03.
<td>
04.
<div style=
"width:100px; height:100px; float:left; background-color:red;"
></div>
05.
<div style=
"width:100px; height:100px; float:left; background-color:green;"
></div>
06.
<div style=
"width:100px; height:100px; float:left; background-color:yellow;"
></div>
07.
<div style=
"width:100px; height:100px; float:left; background-color:blue;"
></div>
08.
</td>
09.
</tr>
10.
</table>