?
This document uses PHP Chinese website manual Release
已廢棄
此功能已過(guò)時(shí)。雖然它可能在某些瀏覽器中仍然有效,但由于可以在任何時(shí)候刪除它,所以不鼓勵(lì)使用它。盡量避免使用。
The HTML Big Element (<big>
) 會(huì)使字體加大一號(hào)(例如從小號(hào)(small)到中號(hào)(medium),從大號(hào)(large)到加大(x-large)),最大不超過(guò)瀏覽器的最大字體。
使用備注:由于它是純顯示性的,該元素在HTML5中已經(jīng)被移除,不應(yīng)當(dāng)再使用。取而代之,網(wǎng)頁(yè)開(kāi)發(fā)者應(yīng)當(dāng)使用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>
這是第一句話。整個(gè)句子的字母更大。
該元素實(shí)現(xiàn)了HTMLElement
接口.
實(shí)現(xiàn)備注: 直到 Gecko 1.9.2, Firefox 為該元素實(shí)現(xiàn)了HTMLSpanElement
接口.
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic Support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Feature | Android | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic Support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |