> there's no closing tag > <input /> is XHTML > <input> is HTML
Actually as far as XML (and consequently XHTML) is concerned: <input type="text" name="a" value="a"></input> Is the same as: <input type="text" name="a" value="a" /> It's just that <input> can't contain anything between the start and end tags. Both are valid though. Regards, Kepler ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
