home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / internet / browsers / _webster / docs / codes < prev    next >
Text File  |  1995-12-19  |  8KB  |  244 lines

  1. <HTML><HEAD><title>HTML Tags Implemented</title>
  2. </HEAD><BODY>
  3. <center>
  4. <A HREF="choices.html"><IMG WIDTH=67 HEIGHT=39 alt="Prev" SRC="ToPrev"></A> <a HREF="../!Help.html#index"><IMG WIDTH=67 HEIGHT=39 ALT="Index" SRC="ToIndex"></a> <a HREF="dev.html"><IMG WIDTH=67 HEIGHT=39 ALT="Next" SRC="ToNext"></a><BR>
  5. <h1>HTML Tags Implemented</h1>
  6. </center>
  7.  
  8. 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.
  9.  
  10. <h2>Basic Tags</h2>
  11. <ul>
  12. <li>Anchor with the following attributes (<samp><A>...</A></samp>)
  13.  <UL>
  14.  <LI>Name
  15.  <li>Href
  16.  </ul>
  17. <li>Address (<samp><address>...</address></samp>)
  18. <LI>Base with the attributes (<samp><base></samp>)
  19.  <UL>
  20.  <LI>Href
  21.  </ul>
  22. <li>BlockQuote (<samp><blockquote></samp> ... <samp></blockquote></samp>)
  23. <LI>Bold (<samp><b></samp> ... <samp></b></samp>)
  24. <li><a name="body">Body with the attributes</a> (<samp><body></samp>)
  25.  <ul>
  26.  <LI>Background - Sets the Background image (See <a href="#notes">Note 1</a>).
  27.  <LI>Bgcolor - Sets the Background text Colour (See <a href="#notes">Note 1</a>).
  28.  <LI>Text - Sets Text Colour (See <a href="#notes">Note 1</a>).
  29.  <LI>Link - Sets Link Colour (See <a href="#notes">Note 1</a>).
  30.  <LI>ALink - To be Implemented (See <a href="#notes">Note 1</a>).
  31.  <LI>VLink - Sets Visited Link Colour (See <a href="#notes">Note 1</a>).
  32.  </UL>
  33. <li>Break (<samp><br></samp>) with the following attributes (If decoding HTML Extensions)
  34.  <ul>
  35.  <LI>Clear
  36.   <ul>
  37.   <LI>All
  38.   <LI>Left
  39.   <LI>Right
  40.   </ul>
  41.  </ul>
  42. <LI>Center (<samp><center></samp> ... <samp></center></samp>)
  43. <li>Citation (<samp><cite></samp> ... <samp></cite></samp>)
  44. <li>Code (<samp><code></samp> ... <samp></code></samp>)
  45. <li>Definition lists (<samp><dl>,<dt>, <dd></samp> and <samp></dt></samp>)
  46. <li>Definitions (<samp><def></samp> ... <samp></def></samp>)
  47.  
  48. <li>Emphisised (<samp><em></samp> ... <samp></em></samp>)
  49. <li>Headings (<samp><h?>,</h?></samp>) All 6.
  50.  <ul>
  51.  <li>Align
  52.   <UL>
  53.   <li>Center
  54.   <li>Right
  55.   <li>Left
  56.   </UL>
  57.  </ul>
  58. <li>Horizontal rule (<samp><hr></samp>) with the following attributes. (If decoding HTML Extensions)
  59.  <ul>
  60.  <li>Align
  61.   <UL>
  62.   <li>Center
  63.   <li>Right
  64.   </UL>
  65.  <li>NoShade
  66.  <li>Size
  67.  <li>Width (as a precentage and in pixels)
  68.  </UL>
  69. <li>Image with the following attributes (<samp><IMG></samp>)
  70.  <ul>
  71.  <li>Alt
  72.  <li>Align
  73.   <ul>
  74.   <li>Bottom
  75.   <LI>Left (If decoding HTML Extensions)
  76.   <li>Middle and Center
  77.   <LI>Right (If decoding HTML Extensions)
  78.   <li>Top
  79.   </ul>
  80.  <li>Border (If decoding HTML Extensions)
  81.  <li>Height (If decoding HTML Extensions)
  82.  <li>HSpace (If decoding HTML Extensions)
  83.  <li>IsMap
  84.  <li>Src
  85.  <li>Width (If decoding HTML Extensions)
  86.  <li>VSpace (If decoding HTML Extensions)
  87.  </ul>
  88. <LI>Italic (<samp><i> ... </i></samp>)
  89. <li>IsIndex (<samp><IsIndex></samp>) with the following attributes
  90.  <UL>
  91.  <LI>Prompt (If decoding HTML Extensions)
  92.  </UL>
  93. <li>Listing (Partially)
  94. <li>Menu
  95. <LI>Meta with the following attributes (<samp><Meta></samp>)
  96.  <UL>
  97.  <LI>HTTP-EQUIV
  98.   <UL>
  99.   <LI>Refresh - Controls Automatic document reloading (See <a href="#notes">Note 1</a>).
  100.   </ul>
  101.  <LI>Content
  102.  </ul>
  103. <li>Ordered Lists (<samp><ol>,<li>,</ol></samp>) with the following attributes 
  104.  <ul>
  105.  <li>Start in the <samp><ol></samp> tag (If decoding HTML Extensions)
  106.  <LI>Type (If decoding HTML Extensions)
  107.  <li>Value in the <samp><li></samp> tag (If decoding HTML Extensions)
  108.  </ul>
  109. <li>Paragraph (<samp><p></samp>) with the following attributes
  110.  <UL>
  111.  <LI>Align  (If decoding HTML Extensions)
  112.   <UL>
  113.   <li>Center
  114.   <LI>Left (The Default)
  115.   <li>Right
  116.   </UL>
  117.  </UL>
  118. <li>Preformatted (<samp><pre></samp> ... <samp></pre></samp>) with the following attributes.
  119.  <ul>
  120.  <li>Width
  121.  </ul>
  122. <li>Quote (<samp><quote></samp> ... <samp></quote></samp>)
  123. <li>Sample (<samp><samp></samp> ... <samp></samp></samp>)
  124. <li>Strikethrough (<samp><strike></samp> ... <samp></strike></samp>)
  125. <li>Underlined (<samp><u></samp> ... <samp></u></samp>)
  126. <li>Teletype (<samp><tt></samp> ... <samp></tt></samp>)
  127. <li>Title (<samp><title></samp> ... <samp></title></samp>)
  128. <li>Unordered Lists (<samp><ul>,<li> and </ul></samp>)
  129. <li>Variable (<samp><var></samp> ... <samp></var></samp>)
  130. </ul>
  131.  
  132. <h2><a name="forms">Forms Tags</a></h2>
  133. Although most forms tags are available some of them are only partially implemented.
  134. <ul>
  135. <LI>Form (<samp><form></samp> ... <samp></form></samp>)
  136.  <ul>
  137.  <LI>Action - The URL to send the form to.
  138.  <LI>Method - How to send the form.
  139.  </ul>
  140. <li>Input (<samp><input></samp>) With the following attributes
  141.  <ul>
  142.  <li> type - one of the following
  143.   <ul>
  144.   <li>text
  145.   <li>password
  146.   <li>checkbox
  147.   <li>radio
  148.   <li>submit
  149.   <li>reset
  150.   </ul>
  151.  <li>Name
  152.  <li>Value
  153.  <li>Checked
  154.  <li>Size
  155.  <li>Maxlength
  156.  </ul>
  157. <li>Select (<samp><select></samp> ... <samp></select></samp>) With the following attributes
  158.  <ul>
  159.  <li>Name
  160.  <li>Size
  161.  <li>Multiple
  162.  </ul>
  163. <li>Option - With the following attributes (<samp><option></samp>)
  164.  <ul>
  165.  <li>Selected
  166.  <li>Disabled
  167.  </ul>
  168. <li>Text Area (<samp><textarea></samp> ... <samp></textarea></samp>) With Default contents and the following attributes
  169.  <ul>
  170.  <li>Name
  171.  <li>Rows
  172.  <li>Cols
  173.  </ul>
  174.  Expanding the number of rows interactively is not currently supported and the maximum width is 255 characters.
  175. </ul>
  176.  
  177. <h2><a name="tables">Table Tags</h2>
  178. 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>.
  179. <ul>
  180. <LI>Caption (<samp><caption></samp>...<samp></caption></samp>) With the following attributes
  181.  <ul>
  182.  <LI>Align - Aligns the caption with the Table.
  183.   <UL>
  184.   <li>Bottom
  185.   <LI>Top (The Default)
  186.   </ul>
  187.  </ul>
  188. <li>Table (<samp><table></samp>...<samp></table></samp>) With the following attributes
  189.  <ul>
  190.  <LI>Align
  191.   <UL>
  192.   <li>Center (The Default)
  193.   <LI>Left
  194.   <li>Right
  195.   </ul>
  196.  <Li>Border (Turns borders on)
  197.  <LI>Border = <num> (Specifies a border size)
  198.  <LI>Width = <num> (The width of the table in pixels or as a percentage)
  199.  </ul>
  200. <LI>TD - For a Normal Cell (<samp><td></samp>)
  201.  <UL>
  202.  <LI>Align
  203.   <UL>
  204.   <li>Center
  205.   <LI>Left (The Default)
  206.   <li>Right
  207.   </ul>
  208.  <LI>Colspan
  209.  <li>Rowspan
  210.  </ul>
  211. <LI>TH - For a Heading Cell (<samp><th></samp>)
  212.  <UL>
  213.  <LI>Align
  214.   <UL>
  215.   <li>Center (The Default for cells on the first row)
  216.   <LI>Left
  217.   <li>Right
  218.   </ul>
  219.  <LI>Colspan
  220.  <li>Rowspan
  221.  </ul>
  222. <LI>TR - Table Row (<samp><tr></samp>)
  223.  <ul>
  224.  <LI>Align (Sets the default for cells in this row)
  225.   <UL>
  226.   <li>Center
  227.   <LI>Left (The Default)
  228.   <li>Right
  229.   </ul>
  230.  </ul>
  231. </ul>
  232. <ol>
  233. </ol>
  234. For more details see Document <a href="http://home.netscape.com/assist/net_sites/tables.html">Tables In Netscape</a>
  235. <p>
  236. Most of the & <a HREF="isolat1.html">isolat1 escape sequences</a> are also implemented.
  237. <P>
  238. <a name="notes">Notes</a>
  239. <ol>
  240. <LI>Can be disabled via the <quote><a href="choice/extensions.html">Extensions</a></quote> Section of the Choices windows.
  241. </ol>
  242. <hr><address><a href="author.html>Andrew Pullan</a>, 19th December 1995</address>
  243. </BODY></HTML>
  244.