<!DOCTYPE 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 的時候縮放比例。width:控制 viewport 的大小,可以指定的一個值,如果 600,或者特殊的值,如 device-width 為設備的寬度(單位為縮放為 100% 時的 CSS 的像素)。
<meta content="企業內訓解決方案,企業延展培訓解決方案,移動學習解決方案,分布式部署解決方案" name="Keywords"> //關鍵字
<meta content="App" name="msApplication-ID"> //app端的應用 rel是rel="stylesheet" 是關聯表
<meta name=”renderer” content=”ie-comp”> //兼容360瀏覽器極速模式和標准模式
<meta name=”renderer” content=”ie-stand”>
<meta http-equiv="X-UA-Compatible" content="IE=8"> //兼容ie8
<meta http-equiv="X-UA-Compatible" content="IE=7,IE=9"> //兼容ie9
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> //兼容360內核瀏覽器
<meta name="renderer" content="webkit|ie-stand|ie-comp" />
<meta name="renderer" content="webkit|ie-stand|ie-comp" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=11"> //兼容ie11
<meta name="renderer" content="webkit"> //兼容谷歌瀏覽器內核