HTML/CSS/Text Tags/big
"big" Example
<html>
<head>
<title>big element example</title>
</head>
<body>
<p align="center">
<big><big>bigger</big> big</big>
</p>
</body>
</html>
<html>
<head>
<title>big element example</title>
</head>
<body>
<p align="center">
<big><big>bigger</big> big</big>
</p>
</body>
</html>