HTML - <big> Tag


Description

The HTML <big> tag increases the font size. This tag is not supported in HTML5.

Example

<!DOCTYPE html>
<html>

   <head>
      <title>HTML big Tag</title>
   </head>

   <body>
      <p><big>Website: complieonline.com</big>(Online Compiler)</p>
   </body>

</html>

This will produce the following result −

Global Attributes

This tag supports all the global attributes described in HTML Attribute Reference

Browser Support

Chrome Firefox IE Opera Safari Android
Yes Yes Yes Yes Yes Yes
html_tags_reference.htm
Advertisements