<html>
<head>
<style>
.div1{
width:600px
height:200px
font-size:13px
}
.div1
p{
display:inline
}
</head>
<body>
<div
class='div1'>
<p>我是测试文字</p>
<p>我是测试文字</p>
</div>
</body>
</html>
<style type="text/css">.main{width: 80%margin: 0 autoheight: 100px}
.img{width: 40%float: left}
.img img{height: 100pxmax-width: 100%}
.main p{width: 60%float: leftword-break: break-allline-height: 100px}
</style>
<div class="main">
<div class="img">
<img src="img/xxx.jpg" >
</div>
<p>你的文字</p>
</div>
至于p标签的行高你可以随意调,不懂可以追问或私我