Posted by Dan on 09/05/05 17:26
WD10 wrote:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd">
....
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
The "/>" syntax at the end of that meta tag is improper for the HTML
(as opposed to XHTML) DTD.
The use of a "content-type" meta tag is an inferior substitute for
sending actual correct HTTP headers at the server level.
--
Dan
Navigation:
[Reply to this message]
|