whats different between html 4.01 loose and strict
Posted: Mon Aug 15, 2005 9:25 pm
I am looking to use either one of those to make my pages standard:
However I don't know what's different about them. All I found is that the strict version doesn't support "presentation attributes and elements" but I have no idea what they are. Can anyone help me please?
Code: Select all
<!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 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">