任何人都可以帮助删除验证错误

时间:2013-11-28 06:25:01

标签: html xhtml

任何人都可以帮助我

    2   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
    3     "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
    4   <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.0" dir="ltr"
    5     xmlns:content="http://purl.org/rss/1.0/modules/content/"
    6     xmlns:dc="http://purl.org/dc/terms/"
    7     xmlns:foaf="http://xmlns.com/foaf/0.1/"
    8     xmlns:og="http://ogp.me/ns#"
    9     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    10     xmlns:sioc="http://rdfs.org/sioc/ns#"
    11     xmlns:sioct="http://rdfs.org/sioc/types#"
    12     xmlns:skos="http://www.w3.org/2004/02/skos/core#"
    14
    15   <head profile="http://www.w3.org/1999/xhtml/vocab">
    16     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

这是我的网站在验证后显示消息

的html

的xmlns:内容= “http://purl.org/rss/1.0/modules/content/”                 ^

错误:此元素没有属性xmlns:content(在此HTML版本中)

此消息显示第5行到第13行,我没有得到它  任何帮助将不胜感激

2 个答案:

答案 0 :(得分:0)

或者:

  1. 使用包含xmlns:content的DTD以及您希望使用的其他属性
  2. 删除验证程序报告为您要验证的DTD中不存在的属性

答案 1 :(得分:-1)

 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.0" dir="ltr"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:og="http://ogp.me/ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:sioc="http://rdfs.org/sioc/ns#"
    xmlns:sioct="http://rdfs.org/sioc/types#"
    xmlns:skos="http://www.w3.org/2004/02/skos/core#" >

请关闭此html标记,并在第12行关闭角度括号

请关闭此并尝试。 我猜你忘了为html关闭“&gt;”