xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>IE Only Style Sheet</title>
<link rel="stylesheet" href="/examples/css/default.css">
<!--[if IE]>
<link rel="stylesheet" href="/examples/css/ie-only.css">
<![endif]-->
</head>
<body>
<h1>Define Style Sheet for Internet Explorer</h1>
<p>If you open this page in any version Internet Explorer the output will be different.</p>
</body>
</html>