Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML small definition

Browser support
IEFFOpSaf
FullFullFullFull

Type: inline element

Syntax

<small> ... </small>

Description

Sets the font-size to small inside the small element.

Attributes

Common attributes.

Example

[Try this example yourself]
<small>
  WWW
</small>

Output

WWW
  • Comments

No comments added.