asp.net.ph

Skip Navigation Links

BIG Element | BIG Object

Language References


Enlarges the font size from its current value by 1.HTML 3, 3.2, 4, 4.01. Deprecated

HTML Syntax

Remarks

The BIG element has the same effect as using the FONT element with a size value of +1. It renders text in the next bigger size of the current font.

<big> tags can be nested, and each nested <big> element will further increase the size by one size bigger.

NOTE: Both start and end tags are required.

NOTE: This element has been deprecated in favor of CSS stylesheets.

Attributes

The <big> element has no attribute of its own, but supports global attributes common to all HTML elements.

Example

The following example increases the font size in three steps.

<p>As Alice ate the cookies, she felt herself grow 
   <big>bigger, and <big>bigger, and 
   <big>bigger.</big></big></big>

As Alice ate the cookies, she felt herself grow bigger, and bigger, and bigger.

See Also

SMALL



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note