在一个潜水图像标题和描述到它的一面?

时间:2015-06-23 22:41:11

标签: php html css

我想管理一个图像和与图像相关联的文本,它位于图像下方的图像旁边。

<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>

1 个答案:

答案 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}