HTML Big Tag


HTML Tag (Not supported in HTML5).

HTML Tag was wont to increase the text font size one level bigger than the document’s base font size or surrounding text size, like small to medium, medium to large, etc.

Note:- HTML Tag is not any longer supported by HTML5, so you’ll use CSS to extend the font size.

Example:-

   
   
   
   HTML Big tag  
   
   
   

Example of HTML big tag

This is paragraph with normal font size

This is paragraph with font size greater than the previous content

Not Supported in HTML5.

Output:-

HTML Big tag

Example of HTML big tag


This is paragraph with normal font size


This is paragraph with font size greater than the previous content


Not Supported in HTML5.


Leave a Comment