Subscript tag test page
The text in the following paragraph should have subscripts:
Plain old Subscript.
Sub with a Sup in the middle.
ASub that is Subed again and again.
Netscape
The next two paragraphs are subscripts of this line. 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 subscript tag.
Subscript tag with other Physical Character Style Tags
Subscript tag with
- Bold: This line has subscript tag surrounded by the Bold tag. (This part is outside the subscript tag)
- Big: This line has both the subscript tag and the Big tag. (This part is outside the subscript tag)
CSS text-decoration: blink
: This line has both the css style text-decoration: blink property and the subscript tag. (This part is outside the subscript tag)CSS font-family: Courier; color: green;
: This line has the subscript tag and the css style font-family set to "Courier" and color: green (This part is outside the subscript tag)CSS font-style: italic;
Text that is both subscript and Italic. (outside the subscript tag)- Small: This line has subscript and the Small tag; hence I should be smaller !! (Outside the subscript tag)
CSS text-decoration: line-through;
: I should have subscript and line-through styling (outside the subscript tag)- Subscript: I have subscript and one more have asubscript
- Superscript: I have superscript for which there is a superscript
- Typewriter: This line has subscript and the Typewriter tag. (outside the subscript tag)
CSS text-decoration: underline;:
I'm subscript and I should be underlined. (outside the subscript tag)
Subscript tag with Content Character Style Tags
Subscript tag with
- Cite: The part after the exclamation is in Cite Tags !!!! (Chitra, 1996) (outside the subscript tag)
- Code:
#include "main.h" (outside the subscript tag)
- Definition: The word <Character Styles> are surrounded by the definition tag.
- Emphasis: I am using the subscript tag and the Emphasis tag. (outside the subscript tag)
- Keyboard: Inside the subscript tag and keyboard tag. (outside the subscript tag)
- Sample: Well !! I'm using the subscript tag and the sample tag. (outside the subscript tag)
- Strong: I have the subscript tag and the strong tag around me !! (outside the subscript tag)
- Variable: you_tell_me. Yup !! the subscript tag and variable tag. (outside the subscript tag)