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.
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
UNNUMBERED
<UL> <LI> apples <LI> bananas </UL>
- apples
- bananas
NUMBERED
<OL> <LI> oranges <LI> peaches <LI> grapes </OL>
- oranges
- peaches
- 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 ....
<PRE> ##### ###### # # ##### # # # # # # ##### ## # # # ## # # # # # # # ###### # # # </PRE>
##### ###### # # ##### # # # # # # ##### ## # # # ## # # # # # # # ###### # # #
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> Maintained by lendl@cosy.sbg.ac.at </ADDRESS>Maintained by lendl@cosy.sbg.ac.at
Source Code:
<CODE>Source Code</CODE>
<
to generate a <
>
to generate a >
&
to generate a &
"
to generate a "