S
shank
For some reason, the W3C validator is not recognizing my doctype all the
time.
I've tried this statement which is cut-n-pasted from their site.
Sometimes it's recognized, sometimes not and I have to manually select it to
validate.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <--- Is this enough to be
correct?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"> <-- Is this URL
required to be functionally correct?
I want 4.01 Strict and neither of the above statements seem to be recognized
100% of the time by the validator. Is there a better or different validator
that I can use?
thanks
time.
I've tried this statement which is cut-n-pasted from their site.
Sometimes it's recognized, sometimes not and I have to manually select it to
validate.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <--- Is this enough to be
correct?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"> <-- Is this URL
required to be functionally correct?
I want 4.01 Strict and neither of the above statements seem to be recognized
100% of the time by the validator. Is there a better or different validator
that I can use?
thanks