IE 브라우저 전용 레이블

692 단어 IE라벨


<!DOCTYPE html>
<html>
<head>
    <title>  IE  </title>
</head>
<body>
<!--    IE-->
<!--[if IE]>
	<!--    IE9-->
	<!--[if IE 9]>
		  IE9
	<![endif]-->
	<!--    IE8-->
	<!--[if IE 8]>
		  IE8
	<![endif]-->
	<!--        IE7-->
	<!--[if lte IE 7]>
		     IE7
	<![endif]-->
	<!--    IE6-->
	<!--[if lte IE 6]>
		  IE6
	<![endif]-->
<![endif]-->
</body>
</html>


좋은 웹페이지 즐겨찾기