-3

当我验证“http://validator.w3.org/check”上的代码时

我得到3个错误,我不知道为什么?这是一个样式表(css)。下面是代码:

body { background-color: #ffffcc;
     color: #330000;
     font-family: Arial, Verdana, sans-serif; }

h1 { background-color: ccaa66;   
     color: #000000;text-align: center;
     line-height: 200%;}

#Nav {text-align: center:}
#footer {background-color: #ccaa66;
        color: #000000;
                font-size: .60em;
        text-align: center;
        font-style: italic;}
#wrapper {margin-left: auto;
        margin-right: auto;
        width: 80%;}

三个错误是:

第 1 行,第 1 列:序言中不允许使用字符“b”

第 11 行,第 3 列:序言中不允许使用字符“c”

第 17 行,第 15 列:序言中的文档结尾

4

1 回答 1

3

您链接到一个 HTML 验证器。您的意思是链接到CSS 验证器吗?

于 2012-10-16T03:10:13.913 回答