Conditional Comments

You might stumble upon conditional comments in some HTML documents which demand that HTML tags are to be executed only by a specific browser:

<!--[if IE 8]>
    .... some HTML here ....
<![endif]-->

Back button Table of Contents Next button