Page 1 of 1

The DTD that fits ???

Posted: Tue Jul 19, 2005 11:57 pm
by Sacapuss
Hi !

I can't extract out of what i read on the web anything useable to determine which Html i do write.

Do you know a site on the web that could determine the DTD that fits ?

Thanx for your help !

Posted: Wed Jul 20, 2005 10:32 am
by nielsene
I like to start with XHTML1 Transitional. If I can make that work, I'll bump up to Strict and then to 1.1. I'll stop at any point if I can't get the appearance and validation to work right. You'll probably have to do some tweaking.

You could try the validator.w3.org site and override the listed DTD to check if your page complies to higher/lower levels.

Thanx for your answer, nielsene !

Posted: Thu Jul 21, 2005 9:26 pm
by Sacapuss
Thanx for your answer, nielsene !