RE: XHTML
by "Tom Grenier" <tom(at)sqlman.com>
|
| Date: |
Sat, 27 Sep 2003 10:48:36 -0700 |
| To: |
"'grandane'" <grandane(at)grandane.com>, <hwg-languages(at)hwg.org> |
| In-Reply-To: |
anythingulike |
| |
todo: View
Thread,
Original
|
|
Pat,
Here's what I use and have no complaints with:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
I don't use the meta tag at all. I probably got this heading from an
iwa-hwg instructor from one of the classes I have taken.
Also, just to confirm the validator being used, I use:
http://validator.w3.org/
Hope this helps,
Tom
-----Original Message-----
From: owner-hwg-languages(at)hwg.org [mailto:owner-hwg-languages(at)hwg.org]
On Behalf Of grandane
Sent: Saturday, September 27, 2003 6:51 AM
To: hwg-languages(at)hwg.org
Subject: Re: XHTML
Hi everyone,
Am trying to go the xhtml way - but although using doctype my xhtml book
advises, but comments from w3c validator makes me wonder whether my
doctype
etc., is correct.....and also the charset I am using.... Here is what I
am
putting, the underlining has been added by my mail program, I do not
underline when using this doctype, can
someone confirm I am on right path or not?
Pat
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC ".//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="foodbank.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/>
HWG: hwg-languages mailing list archives,
maintained by Web Professional Association - IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.