On 15/01/06, francky <[EMAIL PROTECTED]> wrote: > I made a testpage > <http://home.tiscali.nl/developerscorner/css-discuss/valid-img-styling.htm>which > validates as html and as css, even without <head></head> and > <body></body> tags.
The opening and closing tags for the head and body elements are optional in HTML 4.x (since they can be implied easily). The body element in HTML 4.01 Transitional can contain %flow... but there isn't any good reason to use Transitional in this day and age. In the regular HTML 4.01 DTD (Strict), body can contain %block. %flow includes <img> elements, %block doesn't. -- David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
