Tutorials

KodeKite Tools

HTML
Flexbox
SVG
Canvas
HTML Tutorial

More


HTML Big Element
Big Element

Big is a formatting element used to make text large.

Syntax

<big>Content</big>

Or

<tag><big>Content</big></tag>


You can apply big element to any element and use any where within a HTML document.


Example

I am Large Text


Big is a pair tag and output of big element is large text like you can see in above example.


Practice Task

Open notepad or any other text editor, follow the following points.


  • Create one paragraph
  • Make it Large using <big> element

save file with name task.html or task.htm and then open it using any browser and see results.


Solution

I am large paragraph


Don't forget big is non empty element which means it always comes in pair.