Summary of Supported Tags and Attributes



Document Tags

<HTML>...</HTML>
<HEAD>...</HEAD>
<BASE>...</BASE>
HREF=base
<TITLE>...</TITLE>
<BODY>...</BODY>
BACKGROUND=bitmap
TEXT=color
BGCOLOR=color
LINK=color


Physical Phrase Markup Tags

<B>...</B>
<I>...</I>
<U>...</U>
<TT>...</TT>
<FONT>...</FONT>
SIZE=n (n=1..7) or SIZE=+-n (incremental change)
COLOR=color
FACE=facename
<SUB>...</SUB>
<SUP>...</SUP>


Logical Phrase Markup Tags

<EM>...</EM>
<STRONG>...</STRONG>
<CITE>...</CITE>
<VAR>...</VAR>
<CODE>...</CODE>
<KBD>...</KBD>
<SAMP>...</SAMP>


Block Tags

<P>...(</P>)
ALIGN=left|center|right
<ADDRESS>...</ADDRESS>
<BLOCKQUOTE>...</BLOCKQUOTE>
<PRE>...</PRE>
<CENTER>...</CENTER>


Lists

<OL>...</OL>
START=value
<UL>...</UL>
<DIR>...</DIR>
<MENU>...</MENU>
<LI>...(</LI>)


Description List

<DL>...</DL>
<DD>...</DD>
<DT>...</DT>


Tables

<TABLE>...<TABLE>
BORDER or BORDER=0
ALIGN=left|center|right
CELLSPACING=value
CELLPADDING=value
WIDTH=percentage
<CAPTION>...</CAPTION>
ALIGN=top|bottom
<TR>...</TR>
VALIGN=top|center|bottom
ALIGN=left|center|right
<TH>...</TH>, <TD>...</TD>
VALIGN=top|center|bottom
ALIGN=left|center|right


Forms

<FORM>...</FORM>
METHOD=post|get
ACTION=url
<INPUT>...</INPUT>
TYPE=text|password|submit|reset|radio|checkbox|hidden|
NAME=string
VALUE=string
SIZE=chars (text, password)
MAXLENGTH=chars (text, password)
CHECKED (radio, checkbox)
<SELECT>...</SELECT>
NAME=string
MULTIPLE
SIZE=lines
<OPTION>...(</OPTION>)
SELECTED
VALUE=string
<TEXTAREA>...</TEXTAREA>
NAME=string
ROWS=n
COLS=n
<OPTION>...</OPTION>


Character Level Elements

<BR>
<IMG>
SRC=image
ALT=string
ALIGN=top|middle|bottom
BORDER=0
TRANSP (non-standard, Lower Left pixel defines transparent color


Anchors

<A>...</A>
HREF=url
NAME=string


Miscellaneous

<Hn>...</Hn> n = 1..6
<HR>
<BASEFONT>
SIZE=n (n=1..7) or SIZE=+-n (incremental change)


Color Syntax

Color information may consist of a hexidecimal red, green, and blue value such as FF8000 or be one of the following identifiers:

 
Black, Maroon, Green, Olive, Navy, Purple, Teal, Gray,
Silver, Red, Lime, Yellow, Blue, Fuchsia, Aqua, White