---
title:
slug: Web/HTML/Element/big
translation_of: Web/HTML/Element/big
---
概要
The HTML Big Element (<big>
) 会使字体加大一号(例如从小号(small)到中号(medium),从大号(large)到加大(x-large)),最大不超过浏览器的最大字体。
使用备注: 由于它是纯显示性的,该元素在HTML5中已经被移除,不应当再使用。取而代之,网页开发者应当使用CSS属性。
只包含 全局属性
<p> This is the first sentence. <big>This whole sentence is in bigger letters.</big> </p>
<p> This is the first sentence. <span style="font-size:1.2em">This whole sentence is in bigger letters.</span> </p>
This is the first sentence. This whole sentence is in bigger letters.
该元素实现了 {{domxref('HTMLElement')}}接口.
{{CompatibilityTable}}
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatUnknown}} | {{CompatNo}} | {{CompatNo}} |