The <big> tag marks bigger text.
<big>
The <big> tag is deprecated in HTML5.
<!DOCTYPE html> <html> <body> <p>This text is normal.</p> <p><big>This text is bigger.</big></p> </body> </html>
Click to view the demo