What is difference between html and xhtml ? Only thing i know is ,there are added feature of XML in xhtml to extend html . What is usage of xhtml , what are benefits to use xhtml rather than html ?
Xhtml follows a few different rules than html, one being that instead of <br>, you must type <br />. The only reasoning for this is so that your SEO goes up!