1

兼容10个浏览器HTML头部配置

 1 year ago
source link: https://blog.51cto.com/xiaowangshushu/5433194
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

兼容10个浏览器HTML头部配置

原创

主页: ​小王叔叔的博客​​欢迎来访

支持:点赞​收藏​关注

<!DOCTYPE html>
<!--[if IE 7]>    <html class="no-js ie7 ie" lang="en"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 ie" lang="en"> <![endif]-->
<!--[if IE 9]>    <html class="no-js ie9 ie" lang="en"> <![endif]-->
<!--[if gt IE 9]><!-->  <html class="no-js" lang="en">  <!--<![endif]-->
 <head>
  <title>首页</title>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <!--IE10-->
  <meta http-equiv="X-UA-Compatible" content="IE=7,IE=8,IE=9,IE=10"/>
  <meta name=”renderer” content=”webkit|ie-comp|ie-stand”/>
  <!-- CSS styles -->
  <link rel="stylesheet" type="text/css" href="css/base.css" />
  <link rel="stylesheet" type="text/css" href="css/header.css"/>
  <link rel="stylesheet" type="text/css" href="css/index.css" />
  <link rel="stylesheet" type="text/css" href="css/footer.css"/>

<link rel="stylesheet" href="common/jquery/css/jquery.ui.all.css">
  <script src="common/jquery/js/jquery-1.8.2.js" charset="utf-8"></script>
  <script src="common/jquery/js/jquery.ui.core.js" charset="utf-8"></script>
  <script src="common/jquery/js/jquery.ui.widget.js" charset="utf-8"></script>
  <script src="common/jquery/js/jquery.ui.button.js" charset="utf-8"></script>
  <script src="common/jquery/js/jquery.ui.position.js" charset="utf-8"></script>
  <script src="common/jquery/js/jquery.ui.menu.js" charset="utf-8"></script>
  <script src="common/jquery/js/jquery.ui.autocomplete.js" charset="utf-8"></script>
  <script src="common/jquery/js/jquery.ui.tooltip.js" charset="utf-8"></script>
  <link rel="stylesheet" href="common/jquery/jquery/css/demos.css">
  <link rel='stylesheet' type='text/css' href="common/form/css/form.css" />

<!--JavaScript-->
  <script src="common/jquery/js/jquery-1.8.2.js" charset="utf-8"></script>
  <script language="javascript" type="text/javascript" src="js/highcharts/highcharts.js"></script>
  <script type="text/javascript" src="js/My97DatePicker/WdatePicker.js"></script>
  <script language="javascript" type="text/javascript" src="js/misps/index.js"></script>
 </head>


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK