home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
knowhow
/
html
/
html40
/
frameset.dtd
< prev
next >
Wrap
Text File
|
1997-11-10
|
1KB
|
37 lines
<!--
This is an EXPERIMENTAL version of the HTML 4.0 "frameset" DTD
which differs from the normal DTD by the content of the HTML
element. For frameset documents the FRAMESET element is used
in place of the BODY element.
Draft: $Date: 1997/11/06 20:16:45 $
Authors:
Dave Raggett <dsr@w3.org>
Arnaud Le Hors <lehors@w3.org>
This is work in progress, subject to change at any time.
It does not imply endorsement by, or the consensus of,
either W3C or members of the HTML working group. Further
information about HTML 4.0 is available at:
http://www.w3.org/TR/PR-html40/.
-->
<!ENTITY % HTML.Version "-//W3C//DTD HTML 4.0 Frameset//EN"
-- Typical usage:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
"http://www.w3.org/TR/PR-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;