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:
nightmustfall
2018-12-11 23:18:20 +01:00
committed by Randell Dawson
parent cf473d5bb1
commit 9dd1b3f73f

View File

@ -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).
Older IE versions often need additional CSS to display your pages accurately. Conditional comments can fulfill this purpose.
### Example
```html
<!DOCTYPE html>