Working with XHTML
Posted: Sat Jun 26, 2004 12:16 am
When I try to use XHTML Strict:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
I get the error message saying:
The declaration for "ContentType" must end with '>'. SystemID: http://www.w3.org/TR/html4/strict.dtd Line 81
It looks like "none" of the elements in the DTD follow the convention. Any thoughts?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
I get the error message saying:
The declaration for "ContentType" must end with '>'. SystemID: http://www.w3.org/TR/html4/strict.dtd Line 81
It looks like "none" of the elements in the DTD follow the convention. Any thoughts?