头部引用

<!doctype html>

<html>

<head>

<title>Insert  a  title</title>

<meta charest="utf-8">

<!--[if IE 6] >

<style>

h1{

       color:red;

     }

</style>

<![end if]-->

</head>

<body>

<!--[if gte IE 6]>

       <h1> 该段内容只能在IE6以及以上的浏览器中被解析</h1>

    <![end if]-->

    <!--[if !IE 6]>

        该段内容会在IE6以外的浏览器中被解析

    <![end if]-->

<h1>待测试的文本</h1>

</html>

posted on 2017-04-04 22:42  zhangailing  阅读(120)  评论(0编辑  收藏  举报

导航