gpt4 book ai didi

jquery - 如何在html中包装文本?

转载 作者:行者123 更新时间:2023-11-28 03:53:49 26 4
gpt4 key购买 nike

在 jquery Accordion 控件中,我正在显示一张图片和描述。但是描述在图片下方。我想与图片一起显示。我的代码-

<div>
<p>
<!-- avatar -->
<img src="images/manage.jpg" alt="" />
<!-- /avatar -->
Airlink's Managed Services supports a "build-operate-transfer" model, enabling service providers to quickly and cost-effectively build out a large-scale, broadband wireless network by initially outsourcing operational functions to Pronto and eventually transferring operations in-house, if desired.
</br></p>
As part of the service, Airlink provides all the back-office operations for customers from its Network Operations Center (NOC), leveraging its leading UniFi OSS platform.</p>
<p>
<a href = "#" >Read More.. </a>
</p>
</div>

最佳答案

<img src="images/manage.jpg" alt="" style="float:left;" />

而且我认为,您应该将图像移出 <p>

而不是 </br>使用 <br />

关于jquery - 如何在html中包装文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3022192/

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