Skip to main content

HTML Guide

The “big” element is obsolete. Use CSS instead.

The <big> tag is now obsolete. It was used to increase the size of text, you can do that using CSS instead. For example:

<p>Now this is <span style="font-size: larger;">big</span></p>

Learn more:

Related W3C validator issues