W3c validation W3C验证-结束标记为;meta";省略,但指定了省略标记号

W3c validation W3C验证-结束标记为;meta";省略,但指定了省略标记号,w3c-validation,W3c Validation,我得到一个错误,如下所示 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 me

我得到一个错误,如下所示

 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">

Jobslamp免费在线简历创建和共享、新鲜工作、有经验的工作、印度工作、喀拉拉邦工作

提前感谢

错误消息指出了解决方案:将结尾的
替换为
/>

<meta name="keywords" content="all your keywords" />


您需要以同样的方式修复其他
meta
标记。

感谢您的时间和支持