that's a whole 'nother discussion :) the biggest deal is that HTML is going away. There will be no HTML 5. The current (4.whatever) is the last.
XHTML is the next standard as defined by the W3C. XHTML itself is nothing more than 'well formed' HTML (so if you wrote 'good HTML', you're in good shape). Basically: 1) all tags must be closed. this includes <option>, <li>, and the like. single tags such as <br>, <img>, etc close themselves (a la <br />). 2) all tag attributes must be lowercase. this includes events like onclick, onsubmit, etc. 3) all attribute values must be in quotes. that's XHTML in a nutshell. if adhering to standards matters to you, then XHTML should be a big deal. I'm sure Jochem has an RFC or BLT or some such that he'll share as well :) On Thu, 03 Feb 2005 20:43:01 -0500, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>I like it, because it's consistent with the XHTML I create. > > Ok, but whats the big deal of XHTML after all? > > -- > _______________________________________ > REUSE CODE! Use custom tags; > See http://www.contentbox.com/claude/customtags/tagstore.cfm > (Please send any spam to this address: [EMAIL PROTECTED]) > Thanks. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193029 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

