HTML <big>   Definition, Usage and Examples

The <big> HTML Tag is used to make the selected text one size larger than the surrounding text. In HTML 4, the <big> tag was used. HTML5 doesn’t support it. The <basefont> HTML Tag is part of the Formatting HTML category in HTML Element Reference. The attribute of the <basefont> HTML Tag is global attributes. 

<big> code block example to learn how it works is given below. 

<big> Content </big>

The second example usage of the “<big>” code block example is given below. 

<body>
    <h1>Holistic SEO & Digital</h1>
    <p>Holistic SEO & Digital is....</p>
    <big>A Mindset for Coder Marketers</big>
</body>

What is <big> HTML Tag?

The deprecated <big> HTML Tag renders the enclosed text with a font size one level larger than the surrounding text. The size is limited to the browser’s maximum font size.

How to Use <big> HTML Tag?

To use <big> HTML Tag, The web developer should write <big></big> with inserted content between start and end tags. 

Example Usage of <big> HTML Tag?

The following example of usage of <big> HTML Tag is given below.

<body>
<p>This is a standard paragraph.</p>
<p class="ex1">This entire sentence is written in larger letters.</p>
<p class="ex2">This sentence is written entirely in much larger letters.</p>
</body>

What is the Attribute of <big> HTML Tag?

There is only one attribute that supports <big> HTML Tag which is the global attributes. All HTML elements, even those not specified in the standard, can have global attributes. This means that any non-standard elements must nevertheless allow certain characteristics, even if using such elements makes the content non-HTML5 compliant.

What is the Default CSS Setting for <big> HTML Tag?

The following is the Default CSS Setting for the <big> HTML Tag.

.bigger {
  font-size: larger;
}

What are the Related other HTML Tags to <big>?

The other related HTML Tags to <big> HTML Tag are listed below.

  • <b> HTML Tag: The <b> HTML Tag is related to <big> HTML Tag because they are both in formatting HTML Tags. The <b> HTML Tag is used to indicate that the text is bold.
  • <center> HTML Tag: The <center> HTML Tag is related to <big> HTML Tag because they are both in formatting HTML Tags. To centralize the text in HTML, the <center> HTML Tag is used.
  • <font> HTML Tag: The <font> HTML Tag is related to <big> HTML Tag because they are both in formatting HTML Tags. The <font> HTML Tag is used to set the font for text.
  • <abbr> HTML Tag: The <abbr> HTML Tag is related to <big> HTML Tag because they are both in formatting HTML Tags. The <abbr> HTML Tag is used to define abbreviations such as HTML, CSS, and so on.
Holistic SEO
Follow SEO

Leave a Comment

HTML <big>   Definition, Usage and Examples

by Holistic SEO time to read: 2 min
0