=== HTML 3.2 Tags Quick Reference === Document Elements <META NAME=text VALUE=text> <META HTTP-EQUIV=text VALUE=text> Block Elements <DIV ALIGN=alignValue> <P ALIGN=alignValue> <PRE> <BLOCKQUOTE> <ADDRESS> Anchors <A NAME=anchorName> <A HREF=location> Headings <H1 ALIGN=alignValue> <H2 ALIGN=alignValue> <H3 ALIGN=alignValue> <H4 ALIGN=alignValue> <H5 ALIGN=alignValue> <H6 ALIGN=alignValue> Lists <DL> <DT> <DD> <UL TYPE=listType> (disc, circle, square) <OL TYPE=listType START=startValue> (1, A, a, I, i) <LI TYPE=listType> Text Styles <EM> <STRONG> <CODE> <SAMP> <KBD> <VAR> <DFN> <CITE> <B> <I> <U> <TT> Other Markups <IMG SRC=location ALT=text ALIGN=value HEIGHT=value WIDTH=value> <BR CLEAR=direction> (left, right, both) <HR ALIGN=alignValue SIZE=value WIDTH=value NOSHADE> Character Entities < > & "   $Id: htmlref.txt,v 1.2 1999/04/27 20:22:04 chip Exp $