How do I make an "else" in an IE HTML conditional?

Viewed 88055
<!--[if lt IE 9]>
    This is less then IE9
ELSE
    this is all browsers: firefox, chrome, etc.
<![endif]-->

How do I do this in my HTML? I want to do an "else" ...

7 Answers
Related