【发布时间】:2013-06-24 06:27:55
【问题描述】:
验证我的网页时出现此错误(html 5)"Bad value Cache-Control for attribute http-equiv on element meta."。
这是我在页面源代码上的 HTML 代码:
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<meta name="description" content="Lorem ipsum dolor site amet"/>
<meta name="keywords" content="Lorem ipsum dolor site amet"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta name="robots" content="index, follow" />
如何解决这个问题?
【问题讨论】:
标签: html w3c-validation