简体   繁体   English

HTML验证列19:看到一个正文开始标签,但是相同类型的元素已经打开

[英]Html Validation Column 19: An body start tag seen but an element of the same type was already open

I have just made a simple page but i am unable to figure out what wrong please let me know what to edit whenever i validate it via W3 it give error 我刚刚做了一个简单的页面,但是我无法弄清楚出了什么问题,每当我通过W3验证它会给我带来错误时,请让我知道要编辑的内容

[Link to HTML validation][1] [链接到HTML验证] [1]

Error Line 12, Column 19: An body start tag seen but an element of the same type was already open. 错误第12行,第19列:看到一个正文开始标记,但是相同类型的元素已经打开。

regards 问候

The error message is clear enough: you have two <body> tags. 错误消息很清楚:您有两个<body>标记。

From your page source code: 从您的页面源代码:

<body>
<body class="menu">
<a href="mailto:mail@example.com" class="email">Contact</a>
<a href="resume">Resume</a>
</div>

I imagine the second <body> should actually be a <div> . 我想第二个<body>实际上应该是<div>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 HTML5 验证错误:看到正文开始标记,但已打开相同类型的元素 - HTML5 Validation Error: body start tag seen but an element of the same type was already open W3C HTML验证错误:“流浪结束标记 </head> ”和“开始标签 <body> 看到了,但是相同类型的元素已经打开了” - W3C HTML validation errors: “Stray end tag </head>” and “Start tag <body> seen but an element of the same type was already open” 已看到开始标记主体,但已打开相同类型的元素 - Start tag body seen but an element of the same type was already open HTML:错误:开始标记已看到但相同类型的元素已打开 - HTML: Error: Start tag a seen but an element of the same type was already open 如何在HTML中修复“Stray end tag head。”和“Start tag body body,但是已经打开了相同类型的元素。” - How to fix “Stray end tag head.” and “Start tag body seen but an element of the same type was already open.” in HTML “看到了开始标签主体,但相同类型的元素已经打开”并且无法弄清楚如何水平居中? - "Start tag body seen but an element of the same type was already open" & can't figure out how to center horizontally? “看到开始标记头但是同一类型的元素已经打开” - “Start tag head seen but an element of the same type was already open” 看到开始标记头但是已经打开了相同类型的元素 - Start tag head seen but an element of the same type was already open 看到一个开始标记,但是相同类型的元素已经打开 - An a start tag seen but an element of the same type was already open W3C HTML5 错误开始标签头看到但相同类型的元素已经打开 - W3C HTML5 ERROR Start tag head seen but an element of the same type was already open
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM