Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Conditional Style Sheet for IE8 and Higher</title> <link rel="stylesheet" type="text/css" href="/examples/css/default.css"> <!--[if gte IE 8]> <link rel="stylesheet" type="text/css" href="/examples/css/ie8-and-higher.css"> <![endif]--> </head> <body> <h1>Define Style Sheet for IE8 and Higher Version</h1> <p>If you open this page in IE8 and higher version the output will be different.</p> </body> </html>