The HTML Artwork HTML Logical Style Test Page

There are two type of formatting tags available in HTML -- physical and logical. Physical tags indicate the type of font that is to be used to display the text, while logical fonts describe the type of text, and leave it to the browser to decide how that type of text should be displayed. The preferred method is logical, since it gives browsers greater flexibility in rendering output. Unfortunately, browser support for many of the logical tags is very spotty. In our tests of various browsers, the only consistently supported tags were STRONG and EM. This page illustrates logical style tags.


The logical tags in HTML are:

Citation:<CITE>
This paragraph is in a citation tag
Code: <CODE>
CODE is intended for code examples, and is typically displayed in a fixed-width font.
Emphasis: <EM>
This paragraph is in an emphasis tag. It is usually displayed in italics.
Keyboard: <KBD>
This paragraph is in a keyboard tag. It is typically displayed in a fixed-width font.
Sample: <SAMPLE>
This paragraph is in a sample tag. The sample tag is intended for sequences of literal characters.
Emphasis: <STRONG>
Strong Emphasis. It is usually displayed in a boldface font.
Variable Name: <VAR>
Variable Name. This is intended for variable names

[HTML CD Home Page]

Vivian Neou, vivian@catalog.com
Copyright © 1995 Vivian Neou