gpt4 book ai didi

html - 如何在与某些文本相同的行中获取图片(标志)?

转载 作者:太空宇宙 更新时间:2023-11-03 21:16:53 26 4
gpt4 key购买 nike

可能是个愚蠢的问题,但我怎样才能在与某些文本看到图像相同的行中获取图像(在本例中为标志)?

enter image description here

到目前为止我的 HTML 代码:

<h4>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Flag_of_France.svg/30px-Flag_of_France.svg.png" alt="France" height="13px" width="20px"> FRA
</h4>

最佳答案

试试这个:

img {
height:20px;
width:30px;
display: inline;
}

span {
display: inline;
height:20px;
color: blue;
}
        <img src="http://www.defendersofthescroll.com/images/franceflag.gif"  />
<span>
FRA
</span>

关于html - 如何在与某些文本相同的行中获取图片(标志)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41403165/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com