HTML 5 <small> Tag
Example
Define small text inside a paragraph:
<p>There was a big tree, <small>to big, some would say,</small> in
the middle of the garden</p> |
View it » |
Definition and Usage
The <small> tag defines small text and other side comments.
Differences Between HTML 4.01 and HTML 5
Practically none. In HTML 4.01 the small element is displayed as smaller
text. In HTML 5 the small element defines small text and other side comments, and is
displayed as smaller text.
Standard Attributes
The <a> tag also supports the Standard Attributes in HTML 5.
Event Attributes
The <a> tag also supports the Event Attributes
in HTML 5.
|