How to open a webpage in any specific version of the browser?
We can use the meta tags in a HTML page mentioned below:
<meta</span>http-equiv="X-UA-Compatible" content="IE=Edge">
<meta</span>http-equiv="X-UA-Compatible" content="IE=11">
This will open the HTML page in the latest version of Edge and IE 11.