To check HTML version of a website or web application you can simply check the source code of the site (normally CTR+U ) and look at the Doctype on top any other code.
You should see something similar to this but you will be interested in the first line only. This looks like HTML5 Doctype declaration. Continue reading “How to check HTML version of any website”