asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Elements > BIG Element

<big> Element


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

HTML Syntax

NOTE: Both start and end tags are required.

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: 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 shows how the <big> element may be used.

<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



Check out related books at Amazon

© 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