RE: Problem with XHTML document encryption and validation

From: Padmaparna Banerjee

> I am just learning up XHTML coding 

http://www.webdevout.net/articles/beware-of-xhtml might be worth a read.

> from the www.w3schools.com site

Oh dear, they are truly dreadful (and very error prone).

http://www.htmldog.com/ is better.

The steps that I have undertaken to create the first XHTML document are as
follows:
I typed out the entire text in <NOTEPAD> of WINDOWS as follows:
1. !DOCTYPE html PUBLIC
2. "-//W3C//DTD XHTML 1.0 Strict//EN"
3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"

You're missing < and >. http://www.w3.org/QA/2002/04/valid-dtd-list.html

4. <html>

And the xmlns attribute.

-- 
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/

Received on Friday, 18 May 2007 08:47:39 UTC