'xmlns' declares a namespace for creating unique custom tags in the HTML document
<HTML XMLNS:MSIE> <HEAD> <STYLE> @media all { MSIE\:clientCaps {behavior:url(#default#clientcaps);} } </STYLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> </BODY>