Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/33.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML CSS验证错误_Html_Css_W3c Validation - Fatal编程技术网

HTML CSS验证错误

HTML CSS验证错误,html,css,w3c-validation,Html,Css,W3c Validation,我的网站[此处][链接已删除] 但我无法在线或在dreamweaver cs5中验证 问题是: Error found while checking this document as XHTML 1.0 Transitional! 那么我应该把这个换成什么呢 我开始学习HTML,CSS,所以请原谅我的情况是天真的 感谢您的投入/帮助 该网站只适用于IE8和Chrome 在源代码中更改以下内容: God© 到 God© (html实体必须以分号结尾) 改变 到 (标记需要

我的网站[此处][链接已删除]

但我无法在线或在dreamweaver cs5中验证

问题是:

Error found while checking this document as XHTML 1.0 Transitional!

那么我应该把这个换成什么呢

我开始学习HTML,CSS,所以请原谅我的情况是天真的

感谢您的投入/帮助


该网站只适用于IE8和Chrome

在源代码中更改以下内容:

God©

God©

(html实体必须以分号结尾)

改变


(标记需要
类型
属性)

在源代码中更改以下内容:

God©

God©

(html实体必须以分号结尾)

改变


标记需要
类型
属性)

是的,修复了它(在线验证)。但在dreamweaver中,它仍然给出相同的错误。有什么想法吗?我不想为Dreamweaver操心。曾经W3C是唯一你真正应该关心的东西。是的,它修复了它(在线验证)。但在dreamweaver中,它仍然给出相同的错误。有什么想法吗?我不想为Dreamweaver操心。曾经W3C是你唯一真正应该关心的东西。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">