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