See the standard <a href="http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html">HTML</a>, HTML+, HTML2, <A HREF="http://home.netscape.com/">Netscape</a> and <a href="http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/NCSAMosaicHome.html">Mosaic</a> Documentation for Details of these tags.
<h2>Basic Tags</h2>
<ul>
<li>Anchor with the following attributes (<samp><A>...</A></samp>)
<UL>
<LI>Name
<li>Href
</ul>
<li>Address (<samp><address>...</address></samp>)
<LI>Base with the attributes (<samp><base></samp>)
<li>Input (<samp><input></samp>) With the following attributes
<ul>
<li> type - one of the following
<ul>
<li>text
<li>password
<li>checkbox
<li>radio
<li>submit
<li>reset
</ul>
<li>Name
<li>Value
<li>Checked
<li>Size
<li>Maxlength
</ul>
<li>Select (<samp><select></samp> ... <samp></select></samp>) With the following attributes
<ul>
<li>Name
<li>Size
<li>Multiple
</ul>
<li>Option - With the following attributes (<samp><option></samp>)
<ul>
<li>Selected
<li>Disabled
</ul>
<li>Text Area (<samp><textarea></samp> ... <samp></textarea></samp>) With Default contents and the following attributes
<ul>
<li>Name
<li>Rows
<li>Cols
</ul>
Expanding the number of rows interactively is not currently supported and the maximum width is 255 characters.
</ul>
<h2><a name="tables">Table Tags</h2>
Decoding of table tags can be stopped from the <quote><a href="choice/extensions.html">Extensions</a></quote> section of the <a href="choices.html">Choices windows</a>.
<ul>
<LI>Caption (<samp><caption></samp>...<samp></caption></samp>) With the following attributes
<ul>
<LI>Align - Aligns the caption with the Table.
<UL>
<li>Bottom
<LI>Top (The Default)
</ul>
</ul>
<li>Table (<samp><table></samp>...<samp></table></samp>) With the following attributes
<ul>
<LI>Align
<UL>
<li>Center (The Default)
<LI>Left
<li>Right
</ul>
<Li>Border (Turns borders on)
<LI>Border = <num> (Specifies a border size)
<LI>Width = <num> (The width of the table in pixels or as a percentage)
</ul>
<LI>TD - For a Normal Cell (<samp><td></samp>)
<UL>
<LI>Align
<UL>
<li>Center
<LI>Left (The Default)
<li>Right
</ul>
<LI>Colspan
<li>Rowspan
</ul>
<LI>TH - For a Heading Cell (<samp><th></samp>)
<UL>
<LI>Align
<UL>
<li>Center (The Default for cells on the first row)
<LI>Left
<li>Right
</ul>
<LI>Colspan
<li>Rowspan
</ul>
<LI>TR - Table Row (<samp><tr></samp>)
<ul>
<LI>Align (Sets the default for cells in this row)
<UL>
<li>Center
<LI>Left (The Default)
<li>Right
</ul>
</ul>
</ul>
<ol>
</ol>
For more details see Document <a href="http://home.netscape.com/assist/net_sites/tables.html">Tables In Netscape</a>
<p>
Most of the & <a HREF="isolat1.html">isolat1 escape sequences</a> are also implemented.
<P>
<a name="notes">Notes</a>
<ol>
<LI>Can be disabled via the <quote><a href="choice/extensions.html">Extensions</a></quote> Section of the Choices windows.
</ol>
<hr><address><a href="author.html>Andrew Pullan</a>, 19th December 1995</address>