W3 3.2y
4.0y
NS 3.0y
4.0y
IE 3.0y
4.0y
TV 1.2y
2.1y

<BIG>...</BIG>

Description

Increase the current size of the font by 1. The maximum size is 7. Increasing the font further has no effect. This has the same effect as using <FONT size="+1">

DTD

<!ELEMENT BIG - - (%inline;)*>
<!ATTLIST BIG
  %attrs;                              -- %coreattrs, %i18n, %events --
  >
from the HTML 4.0 DTD, "Copyright © W3C, (MIT, INRIA, Keio). All Rights Reserved."

Attributes

Core attributes: class id style title
Internationalization attributes: dir lang
Events: onclick ondblclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup

Examples

Source
The text size is increasing :
<BIG>+1<BIG> +2<BIG> +3<BIG> +4<BIG> +5<BIG> +6</BIG></BIG></BIG></BIG></BIG></BIG>
 
Result
The text size is increasing : +1 +2 +3 +4 +5 +6
Statistics