'custom' Example : custom « HTML Tag Reference « HTML CSS Reference






'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>

           
      
      








Related examples in the same category

1.'custom' Syntax and Note
2.'custom' HTML Attributes
3.'custom' Event Handlers
4.'custom' CSS Attributes and JavaScript Style Properties
5.'custom' Microsoft Filters
6.'custom' JavaScript Properties
7.'custom' JavaScript Methods
8.'custom' JavaScript Collections
9.'custom' JavaScript Objects