The two main diff between xhtml & html
XHTML(Extensible HTML)
XHTML documents must have only one root element and all elements must be written in lowercase, closed, and properly nested.Not only is the strictness of XHTML prominent in the structure, even variables have been limited to lower case letters and the values assigned to them must be surrounded by quotation marks for it to be properly recognized.
HTML(Hypertext Markup Language)
you can violate any or all of those rules and your HTML document can still be opened without any errors.