- Their basic structure is the same as an HTML comment (). Therefore all other browsers will see them as normal comments and will ignore them entirely.
- Explorer Windows, though, has been programmed to recognize the special
[code]
<!--[if IE]>
syntax, resolves the if and parses the content of the conditional comment as if it were normal page content.
[/code]