gpt4 book ai didi

html - 禁用带下划线 anchor 标记的内部元素的下划线

转载 作者:行者123 更新时间:2023-12-01 16:20:29 25 4
gpt4 key购买 nike

我们可以禁用带下划线的 anchor 标记的内部跨度元素的下划线吗?如果可以请告诉我怎么做?

 <a>hello<span>praveen</span</a>

<style type="text/css>
a{
text-decoration:underline;
}
a span{
text-decoration:none;
}
</style>

最佳答案

试试这个。

为span样式添加display: inline-block;

a {
text-decoration:underline;
}

a span {
text-decoration:none;
display: inline-block;
}

http://jsfiddle.net/4oqyx6Le/2/

关于html - 禁用带下划线 anchor 标记的内部元素的下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27936387/

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