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