How can I check which version of html my web application is using? I have a complete codebase, but I'm not sure where to check the html version? In jsp I don't see anything related to the html version.
EDIT: - On Google. most of the material says that the source of the page, the very first line tells the html version. When I do the same isee
<!doctype html>
Now I'm not sure which version of html will be displayed from the above line?
source share