Image HTML dans le tableau

<table>
  <tr>
    <td>
    	<img src="./pathToYourImage/imageName.jpg" alt="Your Image"/>
    </td>
  </tr>
</table>
Matao Designs