Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] OT: XML?



> for a "simple" site judicious use of HTML and CSS
> separates form from content well ...

Yup.

Make sure you include the correct and complete doctype declaration at the 
very beginning of your XHTML document:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

With that in place, you can have the well-formedness of your XHTML tested 
by the W3C html validator:

http://validator.w3.org/

While you're there, validate your CSS too:

http://jigsaw.w3.org/css-validator/

But you probably knew that.

Best,

Rudolf Ammann


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links