HTML Tag. Not Supported in HTML5.


<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]-->
HTML <big> Tag. Not Supported in HTML5.
❮
Reference
❯
Example
Make text bigger than normal:
<p><big>Bigger text</big></p>
Try it Yourself »
Definition and Usage
The <big> tag is not supported in HTML5. Use
CSS instead.
The <big> tag defines bigger text.
Browser Support
Element | |||||
---|---|---|---|---|---|
<big> | Yes | Yes | Yes | Yes | Yes |
Differences Between HTML 4.01 and HTML5
The <big> tag is not supported in HTML5.
Compatibility Notes
CSS Example:
Specify different font-sizes for HTML elements
In our CSS tutorial you can find more information about
CSS fonts.
❮
Reference
❯