23 Defining the type of documents with frames (Frameset Document Type Definition)

 <! - This HTML 4.0 ad Frameset DTD should be used for documents with frames.  This DTD matches the HTML 4.0 Transitional DTD, except for the content model of the HTML element: in documents with frames, the "FRAMESET" element replaces the "BODY" element.  Draft: $ Date: 1997/12/11 15:31:11 $ Authors: Dave Ragett <[email protected]> Arno Le Ors <[email protected]> Jan Jacobs <[email protected]> Detailed information about HTML 4.0 can be found at: http://www.w3.org/TR/REC-html40 .  -> <! ENTITY% HTML.Version "- // W3C // DTD HTML 4.0 Frameset // EN" - Typical usage example: <! DOCTYPE HTML PUBLIC "- // W3C // DTD HTML 4.0 Frameset // EN "" Http://www.w3.org/TR/REC-html40/frameset.dtd "> <html> <head> ... </ head> <frameset> ... </ frameset> </ html> -> <! ENTITY% HTML.Frameset "INCLUDE"> <! ENTITY% HTML4.dtd PUBLIC "- // W3C // DTD HTML 4.0 Transitional // EN">% HTML4.dtd;