gpt4 book ai didi

html - 如何修复连续的连字符没有终止评论错误?

转载 作者:行者123 更新时间:2023-12-05 02:21:54 25 4
gpt4 key购买 nike

使用 w3 验证器 ( https://validator.w3.org ) 扫描我的项目,但发现了一个错误。

Error: Consecutive hyphens did not terminate a comment. -- is not permitted inside a comment, but e.g. - - is. At line 135, column 8 ↩

所有那一行:

</ul></div></div><!-- end #main-nav -->

为什么会出现这个错误?如何解决?

谢谢

最佳答案

这是一篇旧文章,但我偶然发现了类似的问题。

验证错误指出 -- 不允许在注释中使用,因此以下代码将引发错误:

<!-- Commented resource

Some HTML here

<!-- /comment stops here -->

此代码不会返回验证错误:

<!-- Commented resource

Some HTML here

/comments stop here -->

这通常发生在您有一些评论然后决定对所有内容进行评论并且完整保留结束评论时。

关于html - 如何修复连续的连字符没有终止评论错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31701253/

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