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