'xmlns' declares a namespace for creating unique custom tags in the HTML document : html « Tags « HTML / CSS

HTML / CSS » Tags » html 
'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>
    
      
        
  
Related examples in the same category
1.'html' identifies an HTML document
2.XHTML headers
3.Body tag
4.HTML document structure
5.Working with Structure
6.Structured XHTML 1.1 Document
7.Set margin and padding for both and body
8.Style for HTML
9.Using CSS with HTML
10.An HTML page with CSS rules and HTML attributes
11.Template to illustrate all
12.'version' indicates the version of HTML
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.