QUOTE(Christian J @ Aug 14 2008, 03:36 PM)

See also
http://htmlhelp.com/tools/validator/doctype.html which says
QUOTE
HTML 4.01 Strict is a trimmed down version of HTML 4.01 that emphasizes structure over presentation. Deprecated elements and attributes (including most presentational attributes), frames, and link targets are not allowed in HTML 4 Strict. By writing to HTML 4 Strict, authors can achieve accessible, structurally rich documents that easily adapt to style sheets and different browsing situations. However, HTML 4 Strict documents may look bland on very old browsers that lack support for style sheets.
So all this still begs the question: why have I been able to use non-strict elements and attributes in a strict document? What should the consequences of such a thing be?