My project Intranet website is not showing some pages in Microsoft Edge and it is working in IE7 fine and when I tested In the using F12 console it shows below error in console
Invalid HTML5 DOCTYPE. Consider using the interoperable form "<!DOCTYPE html>".
HTML1114: Codepage iso-8859-1 from (HTTP header) overrides conflicting codepage utf-8 from (META tag)
In my Pages it is using as below
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="X-UA-Compatible" content="IE=7" />
Please suggest anything I need to change in the DOCTYPE and in the meta tag.Please help on this.