元标记“没有属性”类“和”没有属性“属性”和其他属性错误

Meta tag 'there is no attribute “class” ' and 'there is no attribute “property” 'and other attribute error

提问人:Mujahid Bhoraniya 提问时间:1/7/2020 最后编辑:QuentinMujahid Bhoraniya 更新时间:1/7/2020 访问量:452

问:

我尝试验证我的网站,但出现以下错误:

没有属性“class”

<aside class="left-off-canvas-menu">

元素 “aside” undefined

<aside class="left-off-canvas-menu">

没有属性“property”

<meta property="og:title" content="Growth Scorecard" />

文档类型不允许此处的元素“div”

…+' preptimeline timeline-portion" title="'+titles[parseInt(val)-1]+'"></div>');

我该如何解决此错误,请向我提出建议。我对XHTML的了解较少。请告诉我。为什么我的网站上出现错误。

您可以查看验证者的错误报告

HTML 元标记 meta xhtml-1.0-strict

评论


答:

0赞 Quentin 1/7/2020 #1

您正在使用的元素和属性是在 HTML 5 中引入的。

XHTML 1.0 Transitional 太旧了,无法支持它们。

请改用 HTML 5。它更好地反映了浏览器实际支持的内容以及您正在尝试执行的操作。

评论

0赞 Quentin 1/7/2020
@MujahidBhoraniya — 正如我所说:“使用 HTML 5”