Warning:
This wiki has been archived and is now read-only.

Elements/big

From HTML Wiki
Jump to: navigation, search

<big>

HTML Reference

The <big> element is a non-standard element.

HTML5 classifies it as a non-conforming feature.

Examples

No, really, don't use it.

Alternative

<p style='font-size: large;'>
This is a sample.
</p>