gpt4 book ai didi

html - 将外部样式表分配给 html 中的特定表

转载 作者:太空宇宙 更新时间:2023-11-04 09:50:05 24 4
gpt4 key购买 nike

我可以为单个页面中的多个表格中的特定表格分配外部 css 样式表吗?

最佳答案

样式.css

#someid{
color: red;
}

HTML

<head>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>

...

<table id="someid">
...
</table>

关于html - 将外部样式表分配给 html 中的特定表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39180353/

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