groups

name language licence
OptGroup HTML Other
Footer Stick to the Bottom CSS Other
Speech Bubbles CSS MIT
Conditional comments HTML Other
noscript JavaScript Other
immagine incavata CSS Other
Acronym HTML Other
iPad Orientation CSS - Landscape Mode HTML Other

< 1 2 >



language: HTML
licence: Other

Conditional comments

options: view full snippetsend to code collector
<!--[if IE]>
According to the conditional comment this is Internet Explorer<br />
<![endif]-->
<!--[if IE 5]>
According to the conditional comment this is Internet Explorer 5<br />
<![endif]-->
<!--[if IE 5.0]>
According to the conditional comment this is Internet Explorer 5.0<br />
<![endif]-->
<!--[if IE 5.5]>
According to the conditional comment this is Internet Explorer 5.5<br />
<![endif]-->
<!--[if IE 6]>
According to the conditional comment this is Internet Explorer 6<br />
<![endif]-->
	
(Continues...)