Programming Code Center(PCC)
[HTML]

(PCC)::[How-to-use-Conditional-comments-in-HTML]::[html]

File Name : index.html

<!DOCTYPE html>
<html>
<body>

<!--[if IE 5]>This is IE 5<br><![endif]-->
<!--[if IE 6]>This is IE 6<br><![endif]-->
<!--[if IE 7]>This is IE 7<br><![endif]-->
<!--[if IE 8]>This is IE 8<br><![endif]-->
<!--[if IE 9]>This is IE 9<br><![endif]-->

</body>
</html>

Output :