gpt4 book ai didi

html - 如何更改 div 中所有超链接的颜色(通过内联样式)?

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

<div style="blah blah> <a href=”http://www.google.com”> is a red hyperlink,
but this text is all black</div>

我不想单独编辑里面的每个超链接。

最佳答案

添加

<style>
a {color: red;}
</style>

在 HTML 的顶部。

引用: http://www.w3schools.com/tags/tag_style.asp

关于html - 如何更改 div 中所有超链接的颜色(通过内联样式)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33091765/

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