gpt4 book ai didi

html - 使用 CSS 样式化 `tt`

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

我正在处理一个机器生成的 HTML 文件,其中包含许多 tt 标记。我尝试了几种方法来设置它们的样式,但到目前为止还没有一种方法对我有用:例如,

<html>
<head>
<style type="text/css">
.a {color:red;}
</style>
</head>
<body>
<p><tt class="a">this should be red</tt></p>
</body>
</html>

不呈现为红色(至少在 FF 6.0.1/Ubuntu 中)。

是我做错了什么,还是 tt 标签的样式不受支持?

最佳答案

也许它在某些浏览器上不起作用,因为 tt 元素已被正式弃用(参见 http://www.w3.org/wiki/HTML/Elements/tt )。 tt 标签的推荐替代方法是在 CSS 中使用 font-family: monospace

关于html - 使用 CSS 样式化 `tt`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7325951/

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