you can specify which version of HTML code you are sending to the broswer by
useing DTD defination tag
for example the tag
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
define that the brower should interpert the  tags as defined in HTML 4.0.

this should be the first tag which you send.

The implementation however depends on the broswer capacities and versions. I
think above 4.0 ie and netscape recognize this tag.

Check out the w3c.org for more details.

with regards

Rajeev Rumale

----- Original Message -----
From: "Daniel Falkenberg" <[EMAIL PROTECTED]>
To: "Beginners (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 1:46 PM
Subject: PERL and HTML question...


> Dear List,
>
> print<<HTML;
> <head>
> HELLO WOLRD!
> </head>
> 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 this?
>
> Regards,
>
> Daniel Falkenberg
>
> ==============================
> VINTEK CONSULTING PTY LTD
> (ACN 088 825 209)
> Email:  [EMAIL PROTECTED]
> WWW:    http://www.vintek.net
> Tel:    (08) 8523 5035
> Fax:    (08) 8523 2104
> Snail:  P.O. Box 312
>         Gawler   SA   5118
> ==============================
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to