gpt4 book ai didi

html - 将类应用于 td/span 中的文本?

转载 作者:太空宇宙 更新时间:2023-11-04 03:44:07 25 4
gpt4 key购买 nike

我想将超链接类应用于td下的文本,而不是完整的td。这是我的html内容

 <td id="myClass"> Apply Class to text </td>


#myClass {
cursor: pointer;
padding-right: 100px ;
padding-bottom: 100px;
padding-right: 100px;
}

我试过了

 <td> <span id="myClass"> Apply Class to text </span></td>

但它不起作用,因为这也适用于完整的 td 区域。

最佳答案

你必须像这样链接

<td> 
<a href="url" id="myClass">Apply Class to text</a>
</td>

希望我对你有帮助:-D

关于html - 将类应用于 td/span 中的文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24412033/

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