| PICTURE1 | PICTURE2 |
| Caption1 | Caption2 |
![]() | ![]() |
| Caption1 | Caption2 |
Below is the code for the two small tables shown above:
<div class=nobr>
<table border=2>
<tr>
<td>PICTURE1</td>
<td>PICTURE2</td></tr>
<tr>
<td>Caption1</td>
<td>Caption2</td></tr>
</table>
</div>
<div class=nobr>
<table border=2>
<tr>
<td><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvYWmbzDx0ZTNhzkxcnvD1E8roURVwVz91WLs1tbj9CR7Hm7k_MxFNEzWtzGtqjXTACBfVpxPN89G28V9DhtDv50-fAKL24BcsM5UOZxSYweUFjdFcrVBf9EZrXSqsPwipoki46n9NWSo/s1600/twinkiebite.gif" /></td>
<td><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvYWmbzDx0ZTNhzkxcnvD1E8roURVwVz91WLs1tbj9CR7Hm7k_MxFNEzWtzGtqjXTACBfVpxPN89G28V9DhtDv50-fAKL24BcsM5UOZxSYweUFjdFcrVBf9EZrXSqsPwipoki46n9NWSo/s1600/twinkiebite.gif" /></td></tr>
<tr>
<td align=center>Caption1</td>
<td align=center>Caption2</td></tr>
</table>
</div>


No comments:
Post a Comment