diff options
Diffstat (limited to 'files/zh-cn/web/html/element/big/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/big/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/html/element/big/index.html b/files/zh-cn/web/html/element/big/index.html index 2136192d9e..eff8d2cc7c 100644 --- a/files/zh-cn/web/html/element/big/index.html +++ b/files/zh-cn/web/html/element/big/index.html @@ -7,10 +7,10 @@ translation_of: Web/HTML/Element/big <h2 id="概要">概要</h2> -<p>The HTML Big Element (<code><big></code>) 会使字体加大一号(例如从小号(small)到中号(medium),从大号(large)到加大(x-large)),最大不超过浏览器的最大字体。</p> +<p>The HTML Big Element (<code><big></code>) 会使字体加大一号(例如从小号 (small) 到中号 (medium),从大号 (large) 到加大 (x-large)),最大不超过浏览器的最大字体。</p> <div class="note"> -<p><strong>使用备注: </strong>由于它是纯显示性的,该元素在<a href="/en-US/docs/Web/Guide/HTML/HTML5" title="/en-US/docs/Web/Guide/HTML/HTML5">HTML5</a>中已经被移除,不应当再使用。取而代之,网页开发者应当使用CSS属性。 </p> +<p><strong>使用备注:</strong>由于它是纯显示性的,该元素在<a href="/en-US/docs/Web/Guide/HTML/HTML5" title="/en-US/docs/Web/Guide/HTML/HTML5">HTML5</a>中已经被移除,不应当再使用。取而代之,网页开发者应当使用 CSS 属性。 </p> </div> <h2 id="属性">属性</h2> @@ -37,9 +37,9 @@ translation_of: Web/HTML/Element/big <h2 id="DOM_接口">DOM 接口</h2> -<p>该元素实现了 {{domxref('HTMLElement')}}接口.</p> +<p>该元素实现了 {{domxref('HTMLElement')}}接口。</p> -<div class="note"><strong>实现备注: 直到</strong> Gecko 1.9.2, Firefox 为该元素实现了{{domxref('HTMLSpanElement')}}接口.</div> +<div class="note"><strong>实现备注:直到</strong> Gecko 1.9.2, Firefox 为该元素实现了{{domxref('HTMLSpanElement')}}接口。</div> <h2 id="浏览器兼容">浏览器兼容</h2> |