[an error occurred while processing this directive] [Blue Ribbon]

Otmar's List of HTML tags.

This list is intended to help edititing HTML documents. It is not a comprehensive list (HTML, HEADER, TITLE, BODY, IMG, ... are missing), but should suffice for basic HTML layout. I'm open for suggestions, so please send your comments to me.

For more complete docs on HTML check out Ian Graham's pages, Kevin Werbach's Bare Bones Guide to HTML or Dr. Clue's searchable guide. Hubert Partl wrote a very nice HTML Guide in german. Matt Johnson has collected a comprehensive list of HTML ressources ( Frame abuse version). Norman De Forest wrote a similar, but more verbose page like this. As a style guide I recommend Eric Tilton's pages.

HEADINGS (<H#> ... </H#>)

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

SEPARATORS

LISTS

UNNUMBERED

  <UL>
  <LI> apples
  <LI> bananas
  </UL>

NUMBERED

  <OL>
  <LI> oranges
  <LI> peaches
  <LI> grapes
  </OL>
  1. oranges
  2. peaches
  3. grapes

DESCRIPTIVE

 
  <DL>
  <DT> THHGTGG
  <DD> "The Hitchhiker's Guide to the Galaxy" was originally a BBC
             radio series which ....
  <DT> Netrek
  <DD> Netrek is a networked multiuser game. It is not a simple
             shoot-em-up game, but ....
  </DL>
THHGTGG
"The Hitchhiker's Guide to the Galaxy" was originally a BBC radio series which ....
Netrek
Netrek is a networked multiuser game. It is not a simple shoot-em-up game, but ....

PREFORMATTED TEXT

  <PRE> 
    #####  ######  #    #   #####
      #    #        #  #      #
      #    #####     ##       #
      #    #         ##       #
      #    #        #  #      #
      #    ######  #    #     #
  </PRE>      
  #####  ######  #    #   #####
    #    #        #  #      #
    #    #####     ##       #
    #    #         ##       #
    #    #        #  #      #
    #    ######  #    #     #

BLOCK QUOTES

Here is a quote from P. Erdos:
<BLOCKQUOTE>
"A mathematician is a device for turning coffee into theorems."
</BLOCKQUOTE>
Here is a quote from P. Erdos:
"A mathematician is a device for turning coffee into theorems."

ADDRESS

  <ADDRESS>
  Maintained by lendl@cosy.sbg.ac.at
  </ADDRESS>
Maintained by lendl@cosy.sbg.ac.at

CHARACTER HIGHLIGHTING

Logical (Preferred)
Physical (Discouraged)

SPECIAL CHARACTERS

Martin Ramsch has collected a complete list of all character codes.
lendl@cosy.sbg.ac.at
On the Web since 1993, last update: 96/8/10