This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

big

Summary

The big element (<big>) indicates that the enclosed text should be display in a larger font size than surrounding text. This element is considered obsolete in HTML5. Use CSS instead.

Overview Table

DOM Interface
HTMLElement

Examples

This example uses the BIG element to enlarge text.

<BIG>This text is larger</BIG> than this text.

Notes

Remarks

Standards information

HTML information

{

Attributions