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