我想管理一个图像和与图像相关联的文本,它位于图像下方的图像旁边。
<ul>
<li>
<img src="http://placehold.it/350x150" height="200px";>
This is a title<br/>
This is the description.</div>
<br style="clear:both">
</li>
</ul>
答案 0 :(得分:0)
根据我的理解,你正在尝试下面这样的事情:
https://jsfiddle.net/up1v5j0z/28/
<ul>
<li>
<div class="content"><img src="http://i.stack.imgur.com/FZVih.jpg?s=328&g=1" height="200px";>
<h4>Roshan Padole </h4>
<p>Senior Software Engineer and DigitalMarketing Experts</br>Management of the manpower with effective positive results. </p>
</div>
<br style="clear:both">
</li>
</ul>
.content img {float:left}