&n-6ren">
gpt4 book ai didi

html - 在 anchor 标签内使用 div 标签是否正确?

转载 作者:行者123 更新时间:2023-12-05 03:12:27 24 4
gpt4 key购买 nike

我使用了以下代码,其中我在 anchor 标记内使用了 div 标记。代码工作正常,但我不确定这是否是正确的格式。在 anchor 标记内使用 div 是否正确?

<a class="discount-popup" href="#" id="WC_Link_ProductDiscount_1_<c:out value="${discountCounter.count}"/>">
<div id="view_offer" style="display: block;">
&nbsp;&nbsp;<u style="color: #000000;"><c:out value="View offer details" escapeXml="true" /></u>
</div>
<div id="offer_details" style="display: none;">
<c:out value="${calculationCodeDBs[0].longDescriptionString}" escapeXml="false" />
</div>
</a>

最佳答案

在 HTML5 中你可以。在以前的 HTML 版本中,您不能这样做。要使此代码有效,您需要设置正确的文档类型:

<!DOCTYPE html>

使用此文档类型,浏览器可识别 HTML5 页面。放在<html>之前标签。

关于html - 在 anchor 标签内使用 div 标签是否正确?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33665803/

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