I added 2 extra lines to Conditional Comments (#26842)
* I added 2 extra lines to Conditional Comments added "Older IE versions often need additionally CSS to display your pages accurately. Conditional comments can fulfill this purpose. " * fix: changed additionally to additional
This commit is contained in:
committed by
Randell Dawson
parent
cf473d5bb1
commit
9dd1b3f73f
@ -35,6 +35,8 @@ Conditional Comments define some HTML tags to be excuted when a certain codition
|
|||||||
|
|
||||||
Conditional Comments are only recognized by Internet Explorer Version 5 through to Version 9 (IE5 - IE9).
|
Conditional Comments are only recognized by Internet Explorer Version 5 through to Version 9 (IE5 - IE9).
|
||||||
|
|
||||||
|
Older IE versions often need additional CSS to display your pages accurately. Conditional comments can fulfill this purpose.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
```html
|
```html
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
Reference in New Issue
Block a user