Small Tag Test page
The text in the following paragraph should be smaller than the surrounding text.
Netscape
By far the most popular browser in use on the Web is Netscape Navigator, from Netscape Communications Corporation. Netscape Navigator is most commonly just called Netscape.
Netscape is available for Windows, Macintosh and for many different versions of UNIX. It is well supported and provides up-to-the-minute features including an integrated news and mail reader, support for Java applets, and ability to handle "plug-ins" for more new and interesting features yet to be developed.
This part is outside the Small Tag.
Small Tag with other Physical Character Style Tags
Small Tag with
- Bold: This line has Small tag surrounded by the Bold tag. (This part is outside the Small Tag)
- Big: This line has Small tag surrounded by the Big tag. This is illegal !! (This part is outside the Small Tag)
CSS text-decoration: blink
: This line has both the css style text-decoration: blink property and the Small tag. (This part is outside the Small Tag)CSS font-family: Courier; color: green;
: This line has the Small tag and the css style font-family set to "Courier" and color: green (This part is outside the Small Tag)CSS font-style: italic;
Text that is both Small and Italic. (outside the Small tag)- 2 nested Smalls: This line has a Small tag and another Small tag; hence I should be pretty small !! (Outside the first small Tag)
CSS text-decoration: line-through;
: I should be Small and Strikethroughed (outside the Small tag)- Subscript: I'm small and I have asubscript
- Superscript: I'm small too and I have a superscript
- Typewriter: This line has the Small tag and the Typewriter tag. (outside the Small tag)
CSS text-decoration: underline;:
I'm small and I should be underlined. (outside the Small tag)
Small Tag with Content Character Style Tags
Small Tag with
- Cite: The part after the exclamation is in Cite Tags !!!! (Chitra, 1996) (outside the Small tag)
- Code:
#include "main.h" (outside the Small tag)
- Definition: The word <Character Styles> are surrounded by the definition tag.
- Emphasis: I am using the Small and the Emphasis tag. (outside the Small tag)
- Keyboard: Inside small and keyboard tags. (outside the Small tag)
- Sample: Well !! I'm using the small and the sample Tag. (outside the Small tag)
- Strong: I have the Small and the Strong tags around me !! (outside the Small tag)
- Variable: you_tell_me. Yup !! the Small and Variable tag. (outside the Small tag)
Next Test: strike-through, line-through styling