Posted by Jim Carlock on 06/12/06 23:25
"Jerry Stuckle" <jstucklex@attglobal.net> wrote:
> HTML tags are case-insensitive, so <html> is exactly
> the same as <HTML>. No problem there.
Well, if you want to write quirks mode HTML put them
all in upper case. If you want to write compliant XHTML
(no matter if you're using STRICT, TRANSITIONAL or
whatnot) make sure ALL tags are lowercase.
The validator doesn't validate <HTML> if you're using
XHTML or newer but does approve and validate <html>.
The point being that it's better to stick with the forward
thinking lowercase than it is to mess with quirks mode.
--
Jim Carlock
Post replies to the group.
Navigation:
[Reply to this message]
|