The "big" tag is used for showing text bigger in web page. HTML5 not supported this tag.
For example:-
<!DOCTYPE html>
<html>
<head>
<title>Big Tag</title>
</head>
<body>
<big>This is big Tag text</big>
</body>
</html>
Copyright ©2022 coderraj.com. All Rights Reserved.