HTML Small and Big are used to give formatting to the text on the web page.
The small tag is used to makes text size smaller than the normal size.
The big tag is used to make the text size bigger than the normal size.
HTML Small is defined by <small> tag.
HTML Big is defined by <big> tag.
In the above, we have shown an example of HTML Small Tag.
<small> Tag decreases the size of the Text as compare to normal text.
Run the code to see the effect.
In the above, we have shown an example of HTML Big Tag.
<big> Tag increases the size of the Text as compare to normal text.
Run the code to see the effect.