View video tutorial

HTML <small> Tag

HTML

The <small> tag defines smaller text.

HTML <small> Tag


The <small> element represents text in the form of small fonts like copyright and legal text.

Global attributes

Global attributes may be applied on all elements, although some elements may have no effect on them.

<accesskey>, <class>, <contenteditable>, <contextmenu>, <data-*>, <dir>, <draggable>, <dropzone>, <hidden>, <id>, <lang>, <spellcheck>, <style>, <tabindex>, <title>, <translate>.

Learning with HTML Editor "Try it Now"

You can edit the HTML code and view the result using online editor.

Example

<p><small>This is the smaller text.</small></p>
Try it Now »

Click on the "Try it Now" button to see how it works.