Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚制作了一个简单的页面,但我无法弄清楚有什么问题请让我知道每当我通过 W3 验证它时要编辑什么它给出错误
[链接到 HTML 验证][1]
错误第 12 行,第 19 列:看到正文开始标记,但已打开相同类型的元素。
问候
错误信息很清楚:你有两个<body>标签。
<body>
从您的页面源代码:
<body> <body class="menu"> <a href="mailto:mail@example.com" class="email">Contact</a> <a href="resume">Resume</a> </div>
我想第二个<body>实际上应该是一个<div>.
<div>