Re: About charset setting and replacing
- From: Chris Morris <c.i.morris@xxxxxxxxxxxx>
- Date: 14 Jul 2006 14:00:00 +0100
gmclee@xxxxxxxx writes:
I am not quite familiar with HTML,
See http://www.w3.org/TR/HTML4/ for the official specifications.
As you mention above, for both HTML
and XHTML, if the following valid ?
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
No - this is valid in HTML, but not in XHTML. Internet Explorer does
not support XHTML and treats it as if it were HTML. You may find in
XHTML source documents something like this:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
which is valid in XHTML but not valid in HTML.
--
Chris
.
- References:
- About charset setting and replacing
- From: gmclee
- Re: About charset setting and replacing
- From: Chris Morris
- Re: About charset setting and replacing
- From: gmclee
- About charset setting and replacing
- Prev by Date: Re: How to split an HTML page for printing
- Next by Date: Align Right
- Previous by thread: Re: About charset setting and replacing
- Next by thread: Re: About charset setting and replacing
- Index(es):
Relevant Pages
|