The DTD that fits ???

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
Sacapuss
Forum Commoner
Posts: 40
Joined: Mon May 16, 2005 9:46 pm
Location: Earth...

The DTD that fits ???

Post 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 !
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post 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.
User avatar
Sacapuss
Forum Commoner
Posts: 40
Joined: Mon May 16, 2005 9:46 pm
Location: Earth...

Thanx for your answer, nielsene !

Post by Sacapuss »

Thanx for your answer, nielsene !
Post Reply