d769d8400ef77d00a04267aaaca3139d

Scripting is disabled and therefore annotations cannot be shown.
<!-- ............................................................ -->
<!-- HTML DTD 2.0 ............................................... -->
<!-- File html20.dtd ............................................ -->

<!--    Document Type Definition
        for the HyperText Markup Language Version 2.0 (HTML 2.0 DTD)

        Based on:
        $Id: html.dtd,v 1.2 1996/03/27 16:19:30 connolly Exp $

        Last revised: 
        Id: html20m.dtd, ss.v14 1996/03/26 17:54 altheim

        Authors:  Daniel W. Connolly <connolly@w3.org>
                  Murray M. Altheim  <murray@spyglass.com>
        See Also: http://www.ietf.org/html.charters/html-charter.html
                  http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html
                  http://www.stonehand.com/murray/modular.html
-->

<!ENTITY % HTML.version
  --    Please use the following formal public identifier (FPI) 
        to refer to this DTD: --
         "-//IETF//DTD HTML 2.0 Modular//EN"
        
  --    For example:

        <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Modular//EN">
            <HTML>
            ...
            </HTML>
        
  -->


<!-- This is a draft, and may be superceded at any time. Refer
     to the nearest Internet Drafts archive for updates.

     *** THIS DOCUMENT EXPIRES 01-Nov-1996 ***.
  -->



<!-- Module Inclusions .......................................... -->

<!-- Character Mnemonics ........................................ -->
    <!ENTITY % char.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Character Mnemonics//EN"
        "char.mod" >
    %char.module;


<!-- General Entities and Imported Names .............. -->
    <!ENTITY % basent.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Base Class Entities//EN"
        "basent.mod" >
    %basent.module;


<!-- Text Markup ...................................... -->
    <!ENTITY % text.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Text Markup//EN"
        "text.mod" >
    %text.module;

<!-- Link Markup ...................................... -->
    <!ENTITY % link.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Links//EN"
        "link.mod" >
    %link.module;


<!-- Images ........................................... -->
    <!ENTITY % image.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Images//EN"
        "image.mod" >
    %image.module;


<!-- Paragraphs ....................................... -->
    <!ENTITY % paragraph.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Paragraphs//EN"
        "para.mod" >
    %paragraph.module;


<!-- Headings ......................................... -->
    <!ENTITY % heading.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Headings//EN"
        "heading.mod" >
    %heading.module;


<!-- Text Flows ....................................... -->
    <!ENTITY % textflow.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Text Flows//EN"
        "textflow.mod" >
    %textflow.module;


<!-- Lists ............................................ -->
    <!ENTITY % list.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Lists//EN"
        "list.mod" >
    %list.module;


<!-- Document Body .................................... -->
    <!ENTITY % body.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Document Body//EN"
        "body.mod" >
    %body.module;


<!-- Forms ............................................ -->
    <!ENTITY % form.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Forms//EN"
        "form.mod" >
    %form.module;


<!-- Document Head .................................... -->
    <!ENTITY % head.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Document Head//EN"
        "head.mod" >
    %head.module;


<!-- Document Structure ............................... -->
    <!ENTITY % structure.module
       PUBLIC "-//IETF//ELEMENTS HTML 2.0 Document Structure//EN"
        "struct.mod" >
    %structure.module;


<!-- end of HTML DTD 2.0 ........................................ -->
<!-- ............................................................ -->