On Wed, Sep 21, 2005 at 03:54:21PM -0600, Tim Zappe wrote:
> My experience with Sitepoint is that I bought and read DHTML Utopia. I don't
> recomend that book because it did not focus on XHTML, but rather HTML
> 4.0which is something I'd rather not write in.

Um ... the two are virtually identical. XHTML can be
described as "HTML 4.0 plus XML cleanliness." So whereas in
HTML 4.0 you could do

<IMG SRC="filename.jpg" ALT="Descriptive text" WIDTH="500px" HEIGHT="400px">

, in XHTML you're only allowed to do

<img src="filename.jpg" alt="Descriptive text" width="500px" height="400px" />

Not a huge difference.

-- 
Stephen R. Laniel
[EMAIL PROTECTED]
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key

Attachment: signature.asc
Description: Digital signature

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to