Apply CSS specific to browser

Question:
How to apply CSS specifically to a type of browser

An example is shown below:

<!--[if IE]><style type="text/css"> #splash { z-index: -10;}</style><![endif]-->
Taxonomy: