gpt4 book ai didi

html - 如何为表格内的 anchor 标记应用CSS

转载 作者:行者123 更新时间:2023-11-28 04:12:36 27 4
gpt4 key购买 nike

我正在尝试为表格内的 anchor 标记应用 css。但我看不到任何变化。 如何做到这一点?

代码:

<!DOCTYPE html>
<html>
<head>
<style>
table.tab>td>a
{
background-color:yellow;
}
</style>
</head>

<body>
<table class="tab">
<tr><td><a href="#">google.com</a></td></tr>
</tr></table>
</body>
</html>

最佳答案

table.tab td a{
background-color:yellow;}

关于html - 如何为表格内的 anchor 标记应用CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17448677/

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