Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<var>

概述

<var> 标签表示变量的名称,或者由用户提供的值。

允许内容 Phrasing content
标签闭合 Both start and end tags are required
允许的父级元素 Any element that accepts phrasing content.
规范元素 HTML, "The var element"

属性

本元素仅支持 全局属性.

DOM 接口

本元素支持 HTMLElement 接口

提示: Gecko 1.9.2 开始, Firefox支持本元素使用 HTMLSpanElement 接口。

默认样式

var {
  font-style: italic; 
}

示例

<p> A simple equation: <var>x</var> = <var>y</var> + 2 </p>

A simple equation: x = y + 2

文档标签和贡献者

标签: 
 此页面的贡献者: Martin.Chow
 最后编辑者: Martin.Chow,