Código HTML:
<table>
<tr>
<td><img src="foto1.jpg" alt="Yo tomando mate" width="450" height="700"></td>
<td><img src="foto2.jpg" alt="Yo durmiendo" width="450" height="700"></td>
</tr>
<tr>
<td>Texto foto 1 Texto foto 1 Texto foto 1 </td>
<td>Texto foto 2 Texto foto 2 Texto foto 2 </td>
</tr>
</table>
También podría hacerse enteramente usando CSS, pero bueno, vos pediste una tabla =P
Suerte!
Fede