相关疑难解决方法(0)

元标记中的错误值

当我从w3c验证器将html5验证器传递到我的网站时,我遇到了问题.错误是下一个:

Bad value Content-Script-Type for attribute http-equiv on element meta
<meta http-equiv="Content-Script-Type" content="text/javascript" >

Bad value expires for attribute http-equiv on element meta
<meta http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT" >

Bad value pragma for attribute http-equiv on element meta
<meta http-equiv="pragma" content="no-cache" >

Bad value Cache-Control for attribute http-equiv on element meta.
<meta http-equiv="Cache-Control" content="no-cache" >
Run Code Online (Sandbox Code Playgroud)

传递html5验证器的元标记的正确值是什么?

html5 meta-tags

16
推荐指数
2
解决办法
3万
查看次数

标签 统计

html5 ×1

meta-tags ×1