最新国产好看的视频,伊人天堂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
华阴市| 临桂县| 三亚市| 吉木乃县| 伊通| 鸡东县| 资阳市| 新邵县| 景谷| 长海县| 浙江省| 涿鹿县| 天气| 海原县| 亚东县| 三都| 桦甸市| 乌恰县| 富蕴县| 商城县| 石门县| 涿州市| 连平县| 太仓市| 广元市| 蛟河市| 民县| 文安县| 博爱县| 施甸县| 文安县| 闽侯县| 纳雍县| 沧州市| 定兴县| 陈巴尔虎旗| 鄂托克旗| 墨脱县| 西贡区| 芮城县| 晋城|