Php 在一个俯冲图像中,标题和描述在其一侧?

Php 在一个俯冲图像中,标题和描述在其一侧?,php,html,css,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"> &l

我想管理一个图像和文本相关的图像旁边的图像,它去下面的图像

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

据我所知,您正在尝试以下内容:


你好,Tiny,你明白我的要求了吗?提交的答案不令人满意吗?谢谢,我很乐意帮助你
<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}