how can i check what html version my web application is using? I have complete code base but i am not sure where to check the html version? In jsp i do not see see anything related to html version.
EDIT:- On google . most of the stuff says , do the page source , the very first line tells the html version. When i do the same isee
<!doctype html>
Now i am not sure, what version of html ishould make out from above line?
Check the DOCTYPE declaration in the html file.
HTML5
HTML 4.01 Strict