<small>
The small element represents text in a small font, fine (small) print or other notes.
- Start tag:
<small>- End tag:
</small>
- Example [Basic]:
-
This is small text.
- Code [HTML]:
-
<p><small>This is small text.</small></p>
- Example [HTML 5 (Fine Print)]:
-
Disclaimer: All visitors are subject to an Editorial Handbook which requires fair presentation and disclosure of relevant interests. By viewing this page, all visitors acknowledge that they have accepted all terms and conditions for use of this site including but not limited to those elements which may or may not have been noted. Please see Handbook.
- Code [HTML]:
-
<p><small><strong>Disclaimer:</strong> All visitors are subject to an Editorial Handbook which requires fair presentation and disclosure of relevant interests. By viewing this page, all visitors acknowledge that they have accepted all terms and conditions for use of this site including but not limited to those elements which may or may not have been noted. Please see Handbook.</small></p>
- Example [HTML (CSS-Preferred)]:
-
Disclaimer: All visitors are subject to an Editorial Handbook which requires fair presentation and disclosure of relevant interests. By viewing this page, all visitors acknowledge that they have accepted all terms and conditions for use of this site including but not limited to those elements which may or may not have been noted. Please see Handbook.
- Code [HTML]:
-
<p class="note"><strong>Disclaimer:</strong> All visitors are subject to an Editorial Handbook which requires fair presentation and disclosure of relevant interests. By viewing this page, all visitors acknowledge that they have accepted all terms and conditions for use of this site including but not limited to those elements which may or may not have been noted. Please see Handbook.</p> - Code [CSS]:
-
.note { font-size: .8em; line-height: 0.8 !important; text-indent: 0; }
- Example [HTML (Significant Use)]:
-
Disclaimer: All visitors are subject to an Educational Pontification Pamphlet which illustrates fair representation of the relevant prurient interests found by viewing that printed matter, for which all visitors acknowledge that they have accepted all virtues set forth but are not limited to those images which may or may not have been seen. Please see Pamphlet.
- Code [HTML]:
-
<p class="note"><strong>Disclaimer:</strong> <small class="largeText">All visitors are</small> subject to an Educational Pontification Pamphlet which illustrates fair representation of the relevant prurient interests found by viewing that printed matter, for which all visitors acknowledge that they have accepted all virtues set forth but are not limited to those images which may or may not have been seen. Please see Pamphlet.</p> - Code [CSS]:
-
.largeText { color:#333333; font:1.8em Times,Palatino,serif; }
- Element-Type:
- Text-Level [HTML 4.01]
- Phrasing Content [HTML 5]
- Attributes:
</small>
