Update IE Conditional Comments section (#19828)
* Update index.md Edit conditional comments section for grammar and clarity. * Update index.md
This commit is contained in:
committed by
Christopher McCormack
parent
e1d4cb1e11
commit
87a3830f26
@ -48,7 +48,7 @@ Conditional Comments are only recognized by Internet Explorer Version 5 through
|
||||
|
||||
### IE Conditional Comments
|
||||
|
||||
These comments are only available in Internet Explorer and can be used up to IE9. In the current times, there is a good change you will never see them, but it is good to know about their existance. Conditional Comments are a way to serve a different experience for different client browsers. For example:
|
||||
These comments are only available in Internet Explorer and can be used up to IE9. There is a chance you will never see them, but it is good to know about their existance as they do exist on some older sites. Conditional Comments are a way to serve a different and/or optimal experience for different client browsers. For example:
|
||||
|
||||
```html
|
||||
<!--[if lt IE 9]> <p>Your browser is lower then IE9</p> <![endif]-->
|
||||
|
Reference in New Issue
Block a user