Я хочу добавить полноэкранное изображение внутри таблицы, как на фотографии ниже
.img_stl { width: 100%; height: 200px; } .text-center { text-align: center; }
<table border="1"> <tr> <th> <span> <img class="img_stl" src="https://images.unsplash.com/photo-1524419986249-348e8fa6ad4a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80"/> </span> </th> </tr> <tr> <td class="text-center">Alfreds Futterkiste</td> </tr> </table>
Дайте мне знать, что вам нужно в этом лишнем ... так что я могу отредактировать свой ответ.