For Netscape set the vertical position of the caption to either top or bottom. Default is top, centeres. For Internet Explorer, set the horizontal alignment of the caption to either left, center, or right or the vertical position to top or bottom. The defaul is top, centerd. You cannot set both the horizontal and vertical position with this attribute alone.
valign=position
Set the vertical postion of teh caption to either top or bottom. Default is top. Use this with a horizontal specification to align to set both vertical and horizontal positions.
<center>
<center> . . . </center>
Center the enclosed text.
<cite>
<cite> . . . </cite>
The enclosed text is a citation
<code>
<code> . . . </code>
The enclosed text is a code sample.
<col>
<col>
Set properties for a column (or columns) within a <colgroup> of a table.
Attributes
align=value
Specify the alignment fo text in the cells of a column. Calue can be center, left or right.
char=character
Specify the alignment character for the text in these cells.
charoff=value
Set the offset within the cell at which the alignment character will be placed.
span=n
Specify the number of columns to be affected by the <col> setting.
valign=position
Set the vertical alignment of text within a column to either top, middle or bottom.
width=n
Set the width of the column, in pixels or as a percentage
<colgroup>
<colgroup>
Set the properties for designated column or columns within a table. Also indicates where vertical rules will be drawn when rules=groups is set in the <table>.
Attributes
align=value
Specify alignment of text in the cells of columns in the <colgroup>. Values can be center, left or right.
char=character
Specify the alignment character for the text in these cells.
charoff=value
Set the offset within the cell at which the alignment character will be placed.
span=n
Specify the number of columns in the <colgroup>.
valign=position
Set the vertical alignment of text within the columns to either top, middle or bottom.
width=n
Set the width, in pixels or as a percentage, of each column in the group.
<comment>
<comment>...</comment>
Place a comment in the document. Comments will be visable in all browsers except Internet Explorer. Comments should be placed within <!--comment text--> for all browsers.