I am designing a content management system and I want to make sure all pages
entered into it's database by users are using valid HTML. I have designed
the system to use HTML 4.01 Transitional throughout, however the php powered
html checker I have only caters for HTML 4.01 Strict.
If possible I need to know the complete differences between Strict and
Transitional so I can go through the php script and correctly set it up to
properly check pages are using 4.01 Transitional before submission to the
database is allowed by the system.
Is there anyone who knows where a list of these differences can be found?
I have found this one for XHTML Strict and Transitional but nothing as yet
for HTML.
Thanks in advance for any help on this!
Kieran
entered into it's database by users are using valid HTML. I have designed
the system to use HTML 4.01 Transitional throughout, however the php powered
html checker I have only caters for HTML 4.01 Strict.
If possible I need to know the complete differences between Strict and
Transitional so I can go through the php script and correctly set it up to
properly check pages are using 4.01 Transitional before submission to the
database is allowed by the system.
Is there anyone who knows where a list of these differences can be found?
I have found this one for XHTML Strict and Transitional but nothing as yet
for HTML.
Thanks in advance for any help on this!
Kieran
Comment