How to place text below a raw of images

What I have in my mind is to arrange images with the descriptive text below .
So many thanks

That´s the equivalent exactly to what I intend to do with <div>

<table width=“200” border=“1”>
<tr>
<td><img src= “x.jpg;” alt=“d” width=“244” height=“165” /></td>
<td><img src= y.jpg" width=“244” height=“165” /></td>
</tr>
<tr>
<td>TEXT</td>
<td>TEXT</td>
</tr>
</table>