I am having trouble getting my HTML validated. I am only getting 2 errors, but whenever I try to fix them, 6 more appear. Here is the part that I am having trouble fixing.
<?xml version = "1.0" encoding = "utf-8"?> <!DOCTYPE html public "-//w3c//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtmlll/DTD/xhtmlll.dtd">
From the validator, I am getting the following errors.
Quote
Line 2, Column 16: "public" is not a reserved name
<!DOCTYPE html public "-//w3c//DTD XHTML 1.1//EN"
Line 2, Column 16: cannot continue because of previous errors
<!DOCTYPE html public "-//w3c//DTD XHTML 1.1//EN"
<!DOCTYPE html public "-//w3c//DTD XHTML 1.1//EN"
Line 2, Column 16: cannot continue because of previous errors
<!DOCTYPE html public "-//w3c//DTD XHTML 1.1//EN"
I have tried the various declarations from here as well with no luck.
http://www.w3schools...tag_doctype.asp
If anyone could help me fix this and get my page validated I would really appreciate it. Let me know if yall need anything else.

New Topic/Question
Reply


MultiQuote






|