浏览器一般兼容问题

<!doctype html>

<html lang="zn-CN">

<head>

<meta http-equiv="content-type" content="charset=UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge,Chorm=1">

<!--"X-UA-Compatible"是IE8专用标记,用来指定IE8浏览器来模拟某个特定IE浏览器的渲染方式,而“Chorm=1”则是谷歌在保证外浏览器不变的情况下用谷歌内核来渲染-->

<meta name="renderer" content="ie-comp">

<!--值可为webkit | ie-comp | ie-stand其中webkit为急速内核,ie-comp为兼容内核,ie-stand为标准内核-->

<title>浏览器一般兼容问题</title>

</head>

<body>

</body>

</html>

各渲染内核的技术细节

内核 Webkit IE兼容 IE标准
文档模式 Chrome 21 IE6/7 IE9/IE10/IE11(取决于用户的IE)
HTML5支持 YES NO YES
ActiveX控件支持 NO YES YES