How to open a webpage in any specific version of the browser?

971    Asked by Shrutikapoor in Python , Asked on Sep 1, 2020
Answered by Shruti kapoor

 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.


Your Answer

Interviews

Parent Categories