b tag
big tag
i tag
s tag
strike tag
tt tag
u tag
TAG: small
<small> ... </small>
Available in versions: 3.2, 4.0
Browser compatibility: Explorer 4, 5 Netscape 4, 6
The
<small>
tag causes the designated text to be displayed in a smaller font size. The actual amount of change will be determined by the browser. If the text is already at the minimum size, this attribute will have no effect.
This can also be done using the style sheets
font-size
property.
The closing tag is mandatory.
Core attributes:
class
dir
id
lang
onclick
ondblclick
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
style
title
Attributes
None
Code:
<big>THINK</big> very <small>small</small>
Output:
THINK
very
small
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information