HTML系列:浏览器兼容html头部meta标签主要内容详情
浏览器兼容html头部标签主要内容详情 < head > < meta http-equiv = " X-UA-Compatible " content = " IE=EmulateIE7 " > //兼容ie7用来指定IE浏览器解析编译页面的model < meta content = " text/html; charset=UTF-8 " http-equiv = " Content-Type " > //页面要做解析使用字符集.html文件,标准加载,避免乱码 < meta http-equiv = " X-UA-Compatible " content = " IE=edge " > //主要是设置浏览器优先使用什么模式来渲染页面的,兼容ie微软edge内核浏览器 < meta content = " e-Learning 使用户能够自由地分配学习时间,制定专属于自己的培训计划。 " name = " Description " > //在线学习或网络化学习. < meta name = " viewport " content = " width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 " > //自适应移动端,初始缩放比例,也即是当页面第一次 load 的时候缩放比例