Click to See Complete Forum and Search --> : XHTML Strict Beginner


jasondubya
11-20-2003, 06:42 PM
I am at the point where I feel I must start moving closer to XML in my development. At this point, I have done very little in the way of development with XHTML Strict.

Does anyone know of any good starter tutorials for XHTML Strict?

There's a site that I love to look at, but don't quite understand. This is how I want to be developing...

http://www.csszengarden.com

Thanks a million!

pyro
11-20-2003, 08:30 PM
Once you know HTML 4.01 (http://www.w3.org/TR/html401/) (Strict), moving to XHTML 1.0 Strict or XHTML 1.1 is as easy as following a few rules (http://www.w3.org/TR/xhtml1/#diffs). :) While you are at it, be sure you pick up CSS (http://www.w3.org/TR/CSS21/), as that is what you'll be using to style your document, after you write your XHTML for structure.