In this chapter, we will learn about a new tag <big> of HTML.
HTML5 does not support this tag.
Browser Support:-
All browsers support this tag of HTML.
Syntax will write something like this:-
<big>content.........</big>
Example:-
<p>
<big>Lorem ipsum dolor sit amet.</big>
</p>