我有一個包含4個圖像的div。我想放置圖像,一個放在另一個的底部,有一些邊距,旁邊放置一個顯示文字。我不知道該怎麼做。在html中放置圖像
<div class = 'debug' style = " float: left; margin-left: 50px;">
<p>   User   accounts</p>
<span><img src = "1.png" style = "height:70px; width: 70px;
margin-bottom:40px;">
<br> Tweeter
</span>
<span>
<img src = "2.png" style = "height:70px; width: 70px;
margin-bottom:40px; ">
<br> Tweeter
</span>
<span>
<img src = "3.png" style = "height:70px; width: 70px;
margin-bottom:40px;">
<br> Tweeter
</span>
<span>
<img src = "4.png" style = "height:70px; width: 70px; margin-bottom:40px;">
<br> Tweeter
</span>
</div>