gpt4 book ai didi

html - 尝试验证页面时在 favicon 标签上获取 "there is no attribute ' REL'"

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

当我尝试使用 W3C validation service 验证我的页面时,我收到此错误:

Error  Line 13, Column 11: there is no attribute "REL"

<LINK REL="SHORTCUT ICON" HREF="favicon.ico" />

为什么会这样?

最佳答案

这是我在网站上使用的代码:

<link href="http://www.mysite.com/favicon.ico" rel="shortcut icon" />

根据 http://validator.w3.org/ 有效且有效.

我认为您的代码的主要问题是您使用的是大写字母。请改用小写字母。

由于您的网站图标可能在很多页面上使用,我还建议您使用完整地址,如上面的代码,这样您网站上的所有文件无论位于哪个文件夹中都可以找到该网站图标。

关于html - 尝试验证页面时在 favicon 标签上获取 "there is no attribute ' REL'",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3750219/

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