At 02:34 PM 1/5/2010, Robert Sullivan wrote: >Or to put it another way, if you are validating your pages to a strict >doctype, whether it's HTML 4.01 or XHTML 1.0 is a matter of taste. >Either one will help you a lot in future conversions. > >Validating to HTML 4.01 / XHTML 1.0 Transitional is better than no >validation, but it still passes a lot of crud which is better off >removed or updated. ========== If you plan to move from HTML to XHTML then one of the best things you can do is remember to write your code in lowercase and make sure tags are closed or self closing. Differences Between XHTML And HTML http://www.w3schools.com/XHTML/xhtml_html.asp Pat