array('UTF-8', 'en'), 'content' => array('../cover.html#toc', 'Contents'), 'home' => array('../cover.html#toc', 'HTML 4.01 Manual'), 'this' => array('../sgml/framesetdtd.html', 'Frameset Document Type Definition'), 'prev' => array('../sgml/loosedtd.html', 'Transitional Document Type Definition'), 'next' => array('../sgml/entities.html', 'Character entity references in HTML 4'), 'toc' => array( array('../cover.html', 'HTML 4.01 Specification', 0), array('../about.html', '1 About the HTML 4 Specification', 0), array('../intro/intro.html', '2 Introduction to HTML 4', 0), array('../intro/sgmltut.html', '3 On SGML and HTML', 0), array('../conform.html', '4 Conformance: requirements and recommendations', 0), array('../charset.html', '5 HTML Document Representation', 0), array('../types.html', '6 Basic HTML data types', 0), array('../struct/global.html', '7 The global structure of an HTML document', 0), array('../struct/dirlang.html', '8 Language information and text direction', 0), array('../struct/text.html', '9 Text', 0), array('../struct/lists.html', '10 Lists', 0), array('../struct/tables.html', '11 Tables', 0), array('../struct/links.html', '12 Links', 0), array('../struct/objects.html', '13 Objects, Images, and Applets', 0), array('../present/styles.html', '14 Style Sheets', 0), array('../present/graphics.html', '15 Alignment, font styles, and horizontal rules', 0), array('../present/frames.html', '16 Frames', 0), array('../interact/forms.html', '17 Forms', 0), array('../interact/scripts.html', '18 Scripts', 0), array('../sgml/intro.html', '19 SGML reference information for HTML', 0), array('../sgml/sgmldecl.html', '20 SGML Declaration of HTML 4', 0), array('../sgml/dtd.html', '21 Document Type Definition', 0), array('../sgml/loosedtd.html', '22 Transitional Document Type Definition', 0), array('../sgml/framesetdtd.html', '23 Frameset Document Type Definition', 0), array('../sgml/entities.html', '24 Character entity references in HTML 4', 0), array('../appendix/changes.html', 'Appendix A. Changes', 0), array('../appendix/notes.html', 'Appendix B. Performance, Implementation, and Design Notes', 0), array('../references.html', 'References', 0), array('../index/elements.html', 'Index of Elements', 0), array('../index/attributes.html', 'Index of Attributes', 0), array('../index/list.html', 'Index', 0) ))); manual_header(); ?>

23 Frameset Document Type Definition

<!--
    This is the HTML 4.01 Frameset DTD, which should be
    used for documents with frames. This DTD is identical
    to the HTML 4.01 Transitional DTD except for the
    content model of the "HTML" element: in frameset 
    documents, the "FRAMESET" element replaces the "BODY" 
    element.

          Draft: $Date: 1999/12/24 23:20:08 $

          Authors:
              Dave Raggett <dsr@w3.org>
              Arnaud Le Hors <lehors@w3.org>
              Ian Jacobs <ij@w3.org>

    Further information about HTML 4.01 is available at:

          http://www.w3.org/TR/1999/REC-html401-19991224.
-->
<!ENTITY % HTML.Version "-//W3C//DTD HTML 4.01 Frameset//EN"
  -- Typical usage:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
            "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    ...
    </head>
    <frameset>
    ...
    </frameset>
    </html>
-->

<!ENTITY % HTML.Frameset "INCLUDE">
<!ENTITY % HTML4.dtd PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
%HTML4.dtd;