What exactly is the difference of HTML and XHTML? What is mostly used today? Which do you prefer? Is it possible to convert HTML to XHTML and vice versa?
Of course you can convert them. All you have to do is to replace the different html tags in the code. For instance you should close all meta and image tags. Instead of <br> you should write </ br>. As far as I know difference between the two lenguage is mainly based on the compatibility. XHTML was developed to cooperate with xml.