Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Targeting All Browsers Except IE</title> <link rel="stylesheet" href="/examples/css/default.css"> <!--[if !IE]> <link rel="stylesheet" href="/examples/css/all-except-ie.css"> <![endif]--> </head> <body> <h1>Define Style Sheet for all Browsers Except IE</h1> <p>If you open this page in any browser except IE the output will be same.</p> </body> </html>