if it's xhtml, it _has_ to be all lower-case! tag names, attribute names,
event handlers, all lower-case... if it's html it can be what-ever... since
i guess xhtml will eventually replace html, and since the html-standard is a
some what crappy standard, the good practice would be to allways use
lower-case...

(and another good thing, while we're at it, is to allways close tags and
nest them properly. <br> should be <br /> and you shouldn't write
<strong>hello <em>world</strong></em> but <strong>Hello
<em>world</em></strong>)...


. bobo . www.elstudion.com . www.elstudion.com/bobo .


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 9:45 AM
Subject: RE: [PHP-WIN] Wierd Windows Problems


> Actually I think it's that opening and closing tags must have the SAME
case.
> I don't think they have to be all lower case though. Thus <button> must be
> matched with </button>, <BUTTON> with </BUTTON>, and <Button> with
> </Button>.
>
> I still don't know if any of this will help the original questioner, but
at
> least we're encouraging good practice.
>
> Jill
>
>
> -----Original Message-----
> From: Bobo Wieland [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 8:28 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Wierd Windows Problems
>
>
> in that case: since quoting attributes is only _really_ neccesary in
xhtml,
> </Button> should be </button>, since all tag and attribute namnes must be
in
> lower-case, too...
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to