'custom' Example : custom : Meta Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Meta Tags » custom »

 

'custom' Example



    
<HTML XMLNS:CUSTOMTAG>
<HEAD>
<STYLE>
@media all {
    CUSTOMTAG:RED color: red; }
    CUSTOMTAG:GREEN color: green; }
    CUSTOMTAG:BLUE color: blue; }
}
</STYLE>
</HEAD>
<BODY>
<CUSTOMTAG:RED>
CUSTOMTAG:RED tags.
</CUSTOMTAG:RED>
<CUSTOMTAG:GREEN>
closing CUSTOMTAG:GREEN tags.
</CUSTOMTAG:GREEN>
<CUSTOMTAG:BLUE>
CUSTOMTAG:BLUE tags.
</CUSTOMTAG:BLUE>
</BODY>
</HTML>
           
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Meta Tags
» custom