+ 4
Obviously, HTML5 is best because this is the latest version.
25th Apr 2020, 6:23 AM
Maninder $ingh
Maninder $ingh - avatar
+ 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.
25th Apr 2020, 6:23 AM
Gordon
Gordon - avatar