Re: Body start tag. (fwd)

Joe English wrote:

> How would authors specify which version of the DTD to use?
> Would there be two different PUBLIC identifiers?
> 
>         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
>         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
> 
> Or would it be specified in the internal subset:
> 
>         <!DOCTYPE HTML PUBLIC "..."
>         [
>             <!ENTITY % framesets "INCLUDE">
>         ]>

There will be two different public identifiers.
-- 
Arnaud

Received on Thursday, 31 July 1997 04:22:10 UTC