W3C验证 - meta标签的结尾标记被省略,但指定了OMITTAG NO。

3
我遇到了如下所示的错误:
 Error Line 6, Column 467: end tag for "meta" omitted, but OMITTAG NO was specified

 …ta,Manufacturing_Industrial,Educational_Training,Teacher,Engineering_Projects">

 ✉

 You may have neglected to close an element, or perhaps you meant to "self-close" an     element, that is, ending it with "/>" instead of ">".

我该如何解决这个问题? 请查看下面页面的源代码。
<!doctype html>
<html>
<head>
<title>Jobslamp-free online resume creation and sharing,fresher jobs,experienced   jobs,India jobs,Kerala jobs</title>

    <meta name="keywords" content="Karnataka,Bangalore_Rural,Healthcare,Office_Assistant,Kerala,Ernakulam,IT_Hardware_Networking,Engineer,Sales___Marketing,Executive,Maharashtra,Mumbai_City,Retailing,Manager,Kollam,CRM_CallCentres_BPO_ITES_Med.Trans,Customer_Care,Hotel_Travel_Tourism_Airlines_Hospitality,Front_Office_Staff,Andhra_Pradesh,Hyderabad,IT_Software,Java_Developer,Pathanamthitta,Manufacturing_Industrial,Educational_Training,Teacher,Engineering_Projects">
    <meta name="description" content="The best job oriented resume sharing system. Create and Publish your online resumes for FREE. Search and apply your dream jobs for FREE. Post your jobs for FREE.">

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

提前致谢

1个回答

4
错误信息指出了解决方法:将结尾的>替换为/>
<meta name="keywords" content="all your keywords" />

您需要以相同的方式修复其他 meta 标签。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接