我不知道为什么在验证我的网站时会收到此错误,但显然我做错了,因为我也收到以下错误:“看到了正文元素开始标记,但已打开相同类型的元素”
<!DOCTYPE html>
<html lang="en-uk">
<head>
<title> Erasmus+</title>
<meta name="author" content="" />
<meta name="dcterms.rights" content="" />
<meta name="" />
<meta name="keywords" content="" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="" type="text/css" />
<link href="" type="text/css" />
<link rel="stylesheet" type="text/css" href="" />
<link rel="shortcut icon" type="image/x-icon" href="" />
<?php wp_head();?>
<!--[if !IE]><!-->
<style>
</style>
<!--<![endif]-->
<script>
</script>
</head>
<body class="home blog">
这是一个 wordpress 网站:www.erasmus-plus.ro 我找不到我做错了什么。谢谢!编辑:我看到如果我删除
<?php wp_head();?>
错误消失了,但是 wordpress 文件不需要它吗?