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