如何在div内的一行中显示im,p,h3?(how to display img with p, h3 in one line inside the div?)

编程入门 行业动态 更新时间:2024-10-25 07:18:41
如何在div内的一行中显示im,p,h3?(how to display img with p, h3 in one line inside the div?)

嘿,我需要在div的左侧显示图像,h3和p在img旁边的div的rifgt一侧。 谁能告诉我css和html的答案? 谢谢

Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks

最满意答案

喜欢这个?

现场演示

与目前为止发布的其他答案相比,这具有优势( 取决于您的需求 ) - 如果文本内容的高度大于图像,则文本将保持齐平(不会环绕图像)。

CSS:

#content { margin-left: 210px } #theDiv img { float: left }

HTML:

<div id="theDiv"> <img src="http://dummyimage.com/200x300/f0f/fff" /> <div id="content"> <h3>how to display img with p, h3 in one line inside the div?</h3> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> </div> </div>

Like this?

Live Demo

This has an advantage (depending on what you want) over the other answers posted so far - if the height of the text content is greater than the image, the text will stay flush (won't wrap around the image).

CSS:

#content { margin-left: 210px } #theDiv img { float: left }

HTML:

<div id="theDiv"> <img src="http://dummyimage.com/200x300/f0f/fff" /> <div id="content"> <h3>how to display img with p, h3 in one line inside the div?</h3> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> <p>Hey, i need to display the image on the left side of the div, h3 and p on the rifgt side of the div next to img. Can anyone tell me the answer in css and html? Thanks</p> </div> </div>

更多推荐

div,css,html,img,rifgt,电脑培训,计算机培训,IT培训"/> <meta name="descri

本文发布于:2023-07-31 02:38:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1340451.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:如何在   im   div   img   display

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!