<big><small>

Browser
  • IE
  • Cr
  • Sf
  • Fx
  • O
Type

The BIG element defines big text, and the SMALL element defines small text.


<big>larger text</big>

<small>smaller text</small>

Example


<p>Normal text</p>
<p><big>Larger text</big></p>
<p><small>Smaller text</small></p>

Output

Normal text

Larger text

Smaller text