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