Sent: Tuesday, August 07, 2001 1:46 PM
Subject: PERL and HTML question...
> Dear List,
>
> print<
> HELLO WOLRD!
>
> HTML
>
> If this HTML is being run with Perl which it is of coarse how would I know
> what version of the HTML it is.
>
> I really hope thi
On Tue, Aug 07, 2001 at 03:16:44PM +0930, Daniel Falkenberg wrote:
> print<
> HELLO WOLRD!
>
> HTML
>
> If this HTML is being run with Perl which it is of coarse how would I know
> what version of the HTML it is.
HTML is not run, it's not a programming language, or really any
The difference between HTML version 3.2 and version 4.0 is the number and
type of tags that are available to you. The browsers don't really "know" the
difference between the different versions - they just either support the
latest version (4.0) or they don't. You'll find out when you try to use
Dear List,
print<
HELLO WOLRD!
HTML
If this HTML is being run with Perl which it is of coarse how would I know
what version of the HTML it is.
I really hope this makes sense. I read there is alot of different versions
of HTML such as 3.2 and 4.0. Does the browser take care of