Re: shtml

On Thu, Oct 14, 2004 at 06:10:50PM +0300, Arno wrote:
> I tried to validate my shtml document, but it seems not to be recognised.
> What's the DOCTYPE used for shtml?

File extensions are irrelevent on the web. On servers a shtml file
extension generally means that the file is server parsed HTML
(i.e. that it is HTML with server directives in it which will be
turned into plain HTML before being sent to the client). Use whatever
Doctype you would normally use (HTML 4.01 Strict is usually a good
choice for new documents).

-- 
David Dorward                                      http://dorward.me.uk

Received on Thursday, 14 October 2004 15:57:20 UTC