The HTML <big> tag is used to define a big text. You can use a big tag inside a big tag to make a bigger text.
The <big> tag is not supported in HTML 5.
Syntax
<big>Bigger Text</big>
Example
<html>
<head>
<title></title>
<head>
<body>
<p>This <big>Big.</big> and <big><big>Bigger</big></big></p>
</body>
</html>
Output
This output may not work on all browsers.
This Big. and Bigger
Subscribe
Join the newsletter to get the latest updates.