On input we have HTML like:
<table>
<tr>
<td>
<img ...>
</td>
<td>
<img ...>
</td>
...
</tr>
</table>
But in last td:
<td>
<img ...>
<img ...>
<td>
Question: How to remove 2nd img? We can use PHP, JS and CSS.