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