HTML元素 - var

定义

定义程序变量,通常以斜体显示。

Defines a programming variable. Typically renders in an italic font style.

注释

VAR 元素实际的格式效果由浏览器决定。Internet Explorer 将 VAR 元素以斜体显示。

此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。

此元素是内嵌元素。

此元素需要关闭标签。

The actual formatting of a VAR element is determined by the browser. Internet Explorer renders the VAR element in italic font style.

This element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is an inline element.

This element requires a closing tag.

示例代码

Enter the <VAR>filename</VAR> in the dialog box.