diff options
Diffstat (limited to 'files/zh-cn/web/html/element/var')
-rw-r--r-- | files/zh-cn/web/html/element/var/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/var/index.html b/files/zh-cn/web/html/element/var/index.html index 8b6e979878..463a9073de 100644 --- a/files/zh-cn/web/html/element/var/index.html +++ b/files/zh-cn/web/html/element/var/index.html @@ -9,7 +9,7 @@ translation_of: Web/HTML/Element/var <div>{{HTMLRef}}</div> -<div>HTML Variable元素(<var>)表示数学表达式或编程上下文中的变量名称。尽管该行为取决于浏览器,但通常使用当前字体的斜体形式显示。</div> +<div>HTML Variable 元素(<var>)表示数学表达式或编程上下文中的变量名称。尽管该行为取决于浏览器,但通常使用当前字体的斜体形式显示。</div> <h2 id="概述">概述</h2> @@ -45,7 +45,7 @@ translation_of: Web/HTML/Element/var <p>本元素支持 <code><a href="/zh-CN/docs/Web/API/Element" title="DOM/element">HTMLElement</a></code> 接口</p> <div class="note"> -<p><strong>提示: </strong>Gecko 1.9.2 开始, Firefox支持本元素使用 <a href="/zh-CN/docs/Web/API/HTMLSpanElement">HTMLSpanElement</a> 接口。</p> +<p><strong>提示:</strong>Gecko 1.9.2 开始,Firefox 支持本元素使用 <a href="/zh-CN/docs/Web/API/HTMLSpanElement">HTMLSpanElement</a> 接口。</p> </div> <h2 id="默认样式">默认样式</h2> |