HTML big Tag

Example

Make text bigger than normal:
<p><big>Bigger text</big></p>

Teach Yourself  by BH24 HTML Editor Tool!

The <big> tag is supported in all major browsers.

Definition and Usage

The <big> tag is not supported in HTML5. Use CSS instead.
The <big> tag defines bigger text.

Tips and Notes

Tip: Use CSS to specify the size of text in a document.