+ 4
Obviously, HTML5 is best because this is the latest version.
+ 3
XHTML means all the single tags are self-closed, for example <img /> so that it is compatible by XML parser. It is not necessary now because JSON almost replaced XML. And modern browsers can parse single tags.
Some feature in old HTML versions are deprecated. Always use new syntax when available.



