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?
Open the app that you are interested in and then look for the Settings button. It should be somewhere in the user interface. Click or tap on it and then look for the About section. Click or tap About and there you will find the version of the application that you are using.
HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard.
What Is HTML? HTML is the primary language of the World Wide Web (WWW). Developers use it to design web page elements, such as text, hyperlinks, and multimedia files. HTML 5.2, upgraded in 2017, is the latest version of HTML.
Check the DOCTYPE declaration in the html file.
HTML5
<!DOCTYPE html>
HTML 4.01 Strict
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With