<big>
Tag DemoThe <big>
tag is used to make text appear one size larger than the surrounding text.
Normal text
This is big text
<big>
tag is deprecated in HTML5. Use CSS for controlling text size:
<span style="font-size: 1.5em;">Big text with CSS</span>