home / experts / javascript / column64 |
|
Custom Tags and NamespacesHTCs are based on custom tags which were first introduced in IE 5.0. They allow Web authors to introduce structure to a document while associating style with that structure. For example, you can define a new tag,
Internet Explorer's support for custom tags on an HTML page requires that a namespace be defined for the tag. Custom tags definition is based on XML syntax and the namespace is an XML namespace. As shown above, the namespace we use is
Next: How to write the application's top-level page |
Produced by Yehuda Shiran and Tomer Shiran
Created: July 3, 2000
Revised: July 3, 2000
URL: http://www.webreference.com/js/column64/3.html