Computerhelp4all logo Articles AboutTopicsQuizzesComputer Questions & AnswersComputer Terms & DefinitionsActivitiesContact

What Is The HTML <big> Tag?

What Is The HTML Big Tag

Date First Published: 31st January 2023

Topic: Web Design & Development

Subtopic: Web Development

Article Type: Computer Terms & Definitions

Difficulty: Medium

Difficulty Level: 5/10

Learn more about what the HTML <big> tag is in this article.

The HTML <big> tag is used to define larger text. It renders the text within the tags at a size one font larger than the rest of the text and is useful when someone wanted to increase the font size, but didn’t want to modify their CSS file.

The <big> tag is now deprecated. Even though it is still supported in most web browsers, it is no longer a part of the HTML5 specification and it is not recommended to use it. This means that it is outdated and may not continue to be supported in web browsers. Instead, CSS should be used to adjust the size of the text.

Example Of The <big> Tag

An example of the big tag with the output can be seen below:

<p>This is normal text</p> <big>This is larger text</big>
This is normal text
This is larger text


Feedback

  • Is there anything that you disagree with on this page?
  • Are there any spelling, grammatical, or punctuation errors on this page?
  • Are there any broken links or design errors on this page?

If so, it is important that you tell me as soon as possible on this page.