最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

XMLNS Attribute

Internet Development Index

Declares a namespace for custom tags in an HTML document.

Syntax

HTML <HTML XMLNS:sNamespace ... >
ScriptingN/A

Possible Values

sNamespaceString that specifies the namespace used as a prefix to custom tags or a Uniform Resource Name (URN) that uniquely identifies the namespace.

Remarks

The syntax for XMLNS is based on the W3C XML Namespace Spec Non-Microsoft link. Although the World Wide Web Consortium (W3C) document allows you to declare namespaces on all tags, Microsoft® Internet Explorer 5 supports namespace declaration only on the html tag.

You can declare multiple namespaces on the html tag, as the syntax below shows:

<HTML XMLNS:Prefix1 XMLNS:Prefix2="www.microsoft.com">

Example

This example shows how to declare a namespace when one of the default behaviors in Internet Explorer, clientCaps, is used as a custom tag in an HTML document. Note that the declared namespace (in this case, MSIE) is a prefix to the name of the default behavior in the custom tag. This example also shows how the clientCaps behavior can be used to install the Internet Explorer Data Binding component, if the component does not already exist in the user's system.

<HTML XMLNS:MSIE>
<HEAD>
<STYLE>
@media all {
MSIE\:clientCaps {behavior:url(#default#clientcaps);}
}
</STYLE>
<SCRIPT>
function window.onload()
{
var bDataBindingAvailable  = false;
var sDataBindingVersion = '';
var sDataBindingID =
"{333C7BC4-460F-11D0-BC04-0080C7055A83}";
bDataBindingAvailable =
oClientCaps.isComponentInstalled(sDataBindingID,"clsid");
// if data binding is unavailable, install it
if (!bDataBindingAvailable)
{
oClientCaps.addComponentRequest (sDataBindingID,
"componentid");
bDataBindingAvailable = oClientCaps.doComponentRequest();
}
:
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
:
<MSIE:CLIENTCAPS ID="oClientCaps" />
:
</BODY>
This feature requires Microsoft® Internet Explorer 5 or later. Click the following icon to install the latest version. Then reload this page to view the sample.

Standards Information

There is no public standard that applies to this attribute.

Applies To

HTML
昌乐县| 苍南县| 广饶县| 陆丰市| 司法| 甘肃省| 怀仁县| 怀来县| 张家口市| 德清县| 白河县| 新蔡县| 化德县| 札达县| 南雄市| 剑河县| 永嘉县| 濮阳县| 托克托县| 浮梁县| 凤庆县| 如东县| 宜城市| 日照市| 北海市| 新营市| 抚宁县| 故城县| 贵港市| 苍南县| 曲阳县| 泗洪县| 博白县| 涞源县| 苍山县| 广宁县| 湘潭县| 新疆| 岳阳县| 运城市| 凤山市|