gpt4 book ai didi

html - 使用字体系列转义引用

转载 作者:搜寻专家 更新时间:2023-10-31 21:59:24 26 4
gpt4 key购买 nike

我想使用 font-family CSS

<div style="font-family:"Times New Roman", Times, serif"> Hello world! </div>

对于字体系列“Times New Roman”,我应该转义引号吗?或者我可以不带引号使用它吗?

最佳答案

使用单引号:

<div style="font-family: 'Times New Roman', Times, serif"> Hello world! </div>

或者(感谢 @Matt):

<div style='font-family: "Times New Roman", Times, serif'> Hello world! </div>

关于html - 使用字体系列转义引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16493394/

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