home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Komunik / amaya / 9x / amaya-Win98-6.2.exe / _SETUP.1 / HTML.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-13  |  15.1 KB  |  356 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta name="GENERATOR" content="amaya 6.1, see http://www.w3.org/Amaya/" />
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <title>HTML in Amaya</title>
  9.   <style type="text/css">
  10.   </style>
  11.   <link href="style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" width="100%" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><p><img border="0" alt="W3C" src="../images/w3c_home" /> <img
  20.         border="0" alt="Amaya" src="../images/amaya.gif" /></p>
  21.       </td>
  22.       <td><p align="right"><a href="EditChar.html"><img alt="previous"
  23.         src="../images/left.gif" /></a> <a href="Manual.html"><img alt="top"
  24.         border="0" src="../images/up.gif" /></a> <a href="Changing.html"><img
  25.         alt="next" border="0" src="../images/right.gif" /></a></p>
  26.       </td>
  27.     </tr>
  28.   </tbody>
  29. </table>
  30.  
  31. <div id="page_body">
  32. <h1>HTML in Amaya</h1>
  33.  
  34. <p>The following topics are covered in this section:</p>
  35. <ul>
  36.   <li><a href="HTML-elements/infoTypes.html">Information types in
  37.   HTML</a></li>
  38.   <li><a href="HTML-elements/structure.html">HTML Document Structure</a></li>
  39.   <li><a href="HTML-elements/headings.html">Heading elements</a></li>
  40.   <li><a href="HTML-elements/lists.html">List elements</a></li>
  41.   <li><a href="HTML-elements/address.html">About the author</a></li>
  42.   <li><a href="HTML-elements/inline.html">Inline markup</a></li>
  43.   <li><a href="HTML-elements/40styling.html">Character style elements in
  44.     HTML</a></li>
  45. </ul>
  46.  
  47. <p>Amaya recognizes all the elements available in the HTML 4.0 Loose and HTML
  48. 4.0 Frameset, but only generates elements that are in the HTML 4.0 Strict
  49. DTD. The following list contains the elements that can be generated in Amaya,
  50. each linked to the HTML specification for the element. Help information is
  51. also available about <a href="HTML-elements/infoTypes.html">how to use the
  52. elements in Amaya</a>.</p>
  53. <dl>
  54.   <dt><a
  55.   href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-A">a</a></dt>
  56.     <dd>anchor - a link and/or target</dd>
  57.   <dt><a
  58.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR">abbr</a></dt>
  59.     <dd>abbreviated form (e.g., WWW, HTTP, etc.)</dd>
  60.   <dt><a
  61.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-ACRONYM">acronym</a></dt>
  62.     <dd> an acronym: a type of abrreviation that is usually pronounced
  63.       as a word. (e.g., laser, WYSIWYG)</dd>
  64.   <dt><a
  65.   href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-ADDRESS">address</a></dt>
  66.     <dd>information about the author</dd>
  67.   <dt><a
  68.   href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-AREA">area</a></dt>
  69.     <dd>client-side image map area</dd>
  70.   <dt><a
  71.   href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-B">b</a></dt>
  72.     <dd>bold text style (This effect should be achieved using <a
  73.       href="StyleSheets.html">style sheets</a> or <a
  74.       href="HTML-elements/infoTypes.html">markup that conveys structural
  75.       information</a>)</dd>
  76.   <dt><a
  77.   href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-BASE">base</a></dt>
  78.     <dd>document base URI</dd>
  79.   <dt><a
  80.   href="http://www.w3.org/TR/REC-html40/struct/dirlang.html#edef-BDO">bdo</a></dt>
  81.     <dd>I18N BiDi over-ride</dd>
  82.   <dt><a
  83.   href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-BIG">big</a></dt>
  84.     <dd>large text style (This effect should be achieved using <a
  85.       href="StyleSheets.html">style sheets</a> or <a
  86.       href="HTML-elements/infoTypes.html">markup that conveys structural
  87.       information</a>)</dd>
  88.   <dt><a
  89.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-BLOCKQUOTE">blockquote</a></dt>
  90.     <dd>long quotation</dd>
  91.   <dt><a
  92.   href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-BODY">body</a></dt>
  93.     <dd>document body</dd>
  94.   <dt><a
  95.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-BR">br</a></dt>
  96.     <dd>forced line break</dd>
  97.   <dt><a
  98.   href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-BUTTON">button</a></dt>
  99.     <dd>push button</dd>
  100.   <dt><a
  101.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-CAPTION">caption</a></dt>
  102.     <dd>table caption</dd>
  103.   <dt><a
  104.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-CITE">cite</a></dt>
  105.     <dd>citation</dd>
  106.   <dt><a
  107.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-CODE">code</a></dt>
  108.     <dd>computer code fragment</dd>
  109.   <dt><a
  110.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-COL">col</a></dt>
  111.     <dd>table column</dd>
  112.   <dt><a
  113.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-COLGROUP">colgroup</a></dt>
  114.     <dd>table column group</dd>
  115.   <dt><a
  116.   href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-DD">dd</a></dt>
  117.     <dd>definition description</dd>
  118.   <dt><a href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-del"
  119.   name="DEL" id="DEL">del</a></dt>
  120.     <dd>deleted text</dd>
  121.   <dt><a
  122.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-DFN">dfn</a></dt>
  123.     <dd>instance definition</dd>
  124.   <dt><a
  125.   href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-DIV">div</a></dt>
  126.     <dd>generic language/style container</dd>
  127.   <dt><a
  128.   href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-DL">dl</a></dt>
  129.     <dd>definition list</dd>
  130.   <dt><a
  131.   href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-DT">dt</a></dt>
  132.     <dd>definition term</dd>
  133.   <dt><a
  134.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-EM">em</a></dt>
  135.     <dd>emphasis</dd>
  136.   <dt><a
  137.   href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-FIELDSET">fieldset</a></dt>
  138.     <dd>form control group</dd>
  139.   <dt><a href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-FORM"
  140.   name="FORM" id="FORM">form</a></dt>
  141.     <dd>interactive form</dd>
  142.   <dt><a
  143.   href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-H1">h1, h2,
  144.   h3, h4, h5, h6</a></dt>
  145.     <dd>heading</dd>
  146.   <dt><a
  147.   href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-HEAD">head</a></dt>
  148.     <dd>document head</dd>
  149.   <dt><a
  150.   href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-HR">hr</a></dt>
  151.     <dd>horizontal rule</dd>
  152.   <dt><a
  153.   href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-HTML">html</a></dt>
  154.     <dd>document root element</dd>
  155.   <dt><a
  156.   href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-I">i</a></dt>
  157.     <dd>italic text style (This effect should be achieved using <a
  158.       href="StyleSheets.html">style sheets</a> or <a
  159.       href="HTML-elements/infoTypes.html">markup that conveys structural
  160.       information</a>)</dd>
  161.   <dt><a
  162.   href="http://www.w3.org/TR/REC-html40/present/frames.html#edef-IFRAME">iframe</a></dt>
  163.     <dd>inline subwindow</dd>
  164.   <dt><a
  165.   href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-IMG">img</a></dt>
  166.     <dd>Embedded image</dd>
  167.   <dt><a
  168.   href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-INPUT">input</a></dt>
  169.     <dd>form control</dd>
  170.   <dt><a
  171.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-ins">ins</a></dt>
  172.     <dd>inserted text</dd>
  173.   <dt><a
  174.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-KBD">kbd</a></dt>
  175.     <dd>text to be entered by the user</dd>
  176.   <dt><a
  177.   href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-LABEL">label</a></dt>
  178.     <dd>form field label text</dd>
  179.   <dt><a
  180.   href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-LEGEND">legend</a></dt>
  181.     <dd>fieldset legend</dd>
  182.   <dt><a
  183.   href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-LI">li</a></dt>
  184.     <dd>list item</dd>
  185.   <dt><a
  186.   href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-LINK">link</a></dt>
  187.     <dd>a media-independent link</dd>
  188.   <dt><a
  189.   href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-MAP">map</a></dt>
  190.     <dd>client-side image map</dd>
  191.   <dt><a
  192.   href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-META">meta</a></dt>
  193.     <dd>generic metainformation</dd>
  194.   <dt><a
  195.   href="http://www.w3.org/TR/REC-html40/interact/scripts.html#edef-NOSCRIPT">noscript</a></dt>
  196.     <dd>alternate content container for non script-based rendering</dd>
  197.   <dt><a
  198.   href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-OBJECT"
  199.   name="OBJECT" id="OBJECT">object</a></dt>
  200.     <dd>generic embedded object</dd>
  201.   <dt><a
  202.   href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-OL">ol</a></dt>
  203.     <dd>ordered list</dd>
  204.   <dt><a
  205.   href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTGROUP">optgroup</a></dt>
  206.     <dd>option group</dd>
  207.   <dt><a
  208.   href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTION">option</a></dt>
  209.     <dd>selectable choice</dd>
  210.   <dt><a
  211.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-P">p</a></dt>
  212.     <dd>paragraph</dd>
  213.   <dt><a
  214.   href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-PARAM">param</a></dt>
  215.     <dd>named property value</dd>
  216.   <dt><a
  217.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-PRE">pre</a></dt>
  218.     <dd>preformatted text (This effect should be achieved using <a
  219.       href="StyleSheets.html">style sheets</a> or <a
  220.       href="HTML-elements/infoTypes.html">markup that conveys structural
  221.       information</a>)</dd>
  222.   <dt><a
  223.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-Q">q</a></dt>
  224.     <dd>short inline quotation</dd>
  225.   <dt><a
  226.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-SAMP">samp</a></dt>
  227.     <dd>sample program output, scripts, etc.</dd>
  228.   <dt><a
  229.   href="http://www.w3.org/TR/REC-html40/interact/scripts.html#edef-SCRIPT">script</a></dt>
  230.     <dd>script statements</dd>
  231.   <dt><a
  232.   href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-SELECT">select</a></dt>
  233.     <dd>option selector</dd>
  234.   <dt><a
  235.   href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-SMALL">small</a></dt>
  236.     <dd>small text style (This effect should be achieved using <a
  237.       href="StyleSheets.html">style sheets</a> or <a
  238.       href="HTML-elements/infoTypes.html">markup that conveys structural
  239.       information</a>)</dd>
  240.   <dt><a
  241.   href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-SPAN">span</a></dt>
  242.     <dd>generic language/style container</dd>
  243.   <dt><a
  244.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-STRONG">strong</a></dt>
  245.     <dd>strong emphasis</dd>
  246.   <dt><a
  247.   href="http://www.w3.org/TR/REC-html40/present/styles.html#edef-STYLE">style</a></dt>
  248.     <dd>style information</dd>
  249.   <dt><a
  250.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-SUB">sub</a></dt>
  251.     <dd>subscript (This effect should be achieved using <a
  252.       href="StyleSheets.html">style sheets</a> or <a
  253.       href="HTML-elements/infoTypes.html">markup that conveys structural
  254.       information</a>)</dd>
  255.   <dt><a
  256.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-SUP">sup</a></dt>
  257.     <dd>superscript (This effect should be achieved using <a
  258.       href="StyleSheets.html">style sheets</a> or <a
  259.       href="HTML-elements/infoTypes.html">markup that conveys structural
  260.       information</a>)</dd>
  261.   <dt><a
  262.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE">table</a></dt>
  263.     <dd> A table</dd>
  264.   <dt><a
  265.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TBODY">tbody</a></dt>
  266.     <dd>table body</dd>
  267.   <dt><a
  268.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TD">td</a></dt>
  269.     <dd>table data cell</dd>
  270.   <dt><a
  271.   href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-TEXTAREA">textarea</a></dt>
  272.     <dd>multi-line text field</dd>
  273.   <dt><a
  274.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TFOOT">tfoot</a></dt>
  275.     <dd>table footer block</dd>
  276.   <dt><a
  277.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TH">th</a></dt>
  278.     <dd>table header cell</dd>
  279.   <dt><a
  280.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-THEAD">thead</a></dt>
  281.     <dd>table header block</dd>
  282.   <dt><a
  283.   href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-TITLE">title</a></dt>
  284.     <dd>document title</dd>
  285.   <dt><a
  286.   href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TR">tr</a></dt>
  287.     <dd>table row, containing table cells.</dd>
  288.   <dt><a
  289.   href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-TT">tt</a></dt>
  290.     <dd>teletype or monospaced text style (This effect should be achieved
  291.       using <a href="StyleSheets.html">style sheets</a> or <a
  292.       href="HTML-elements/infoTypes.html">markup that conveys structural
  293.       information</a>)</dd>
  294.   <dt><a href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-UL"
  295.   name="UL" id="UL">ul</a></dt>
  296.     <dd>unordered list</dd>
  297.   <dt><a
  298.   href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-VAR">var</a></dt>
  299.     <dd>instance of a variable or program argument</dd>
  300. </dl>
  301.  
  302. <p>Amaya does not allow the user to create Framesets. It is possible to edit
  303. framesets in the structure view - elements can be copied and pasted, and
  304. appropriate attributes are available.</p>
  305. <dl>
  306.   <dt><a
  307.   href="http://www.w3.org/TR/REC-html40/present/frames.html#edef-FRAME">frame</a></dt>
  308.     <dd>subwindow</dd>
  309.   <dt><a
  310.   href="http://www.w3.org/TR/REC-html40/present/frames.html#edef-FRAMESET">frameset</a></dt>
  311.     <dd>window subdivision</dd>
  312.   <dt><a
  313.   href="http://www.w3.org/TR/REC-html40/present/frames.html#edef-NOFRAMES">noframes</a></dt>
  314.     <dd>alternate content container for non frame-based rendering</dd>
  315. </dl>
  316.  
  317. <p>Amaya does not create the following elements which are deprecated in HTML
  318. 4.0 Strict (i.e. should no longer be used). They should be replaced as noted
  319. for each element:</p>
  320. <dl>
  321.   <dt>applet</dt>
  322.     <dd>Should be replaced by the <a href="#OBJECT">object</a> element</dd>
  323.   <dt>basefont</dt>
  324.     <dd>Should be replaced by the use of <a href="StyleSheets.html">style
  325.       sheets</a></dd>
  326.   <dt>center</dt>
  327.     <dd>Should be replaced by the use of <a href="StyleSheets.html">style
  328.       sheets</a></dd>
  329.   <dt>dir</dt>
  330.     <dd>Should be replaced by the <a href="#UL">ul</a> element</dd>
  331.   <dt>font</dt>
  332.     <dd>Should be replaced by the use of <a href="StyleSheets.html">style
  333.       sheets</a></dd>
  334.   <dt>isindex</dt>
  335.     <dd>Should be replaced by the use of <a href="#FORM">form</a>s</dd>
  336.   <dt>menu</dt>
  337.     <dd>Should be replaced by the <a href="#UL">ul</a> element</dd>
  338.   <dt>s and strike</dt>
  339.     <dd>Should be replaced by the use of <a href="#DEL">del</a> (to identify
  340.       text to be removed) or by <a href="StyleSheets.html">style
  341.     sheets</a></dd>
  342.   <dt>u</dt>
  343.     <dd>Should be replaced by the use of <a href="StyleSheets.html">style
  344.       sheets</a></dd>
  345. </dl>
  346.  
  347. <p align="right"><a href="Manual.html"><img alt="top" border="0"
  348. src="../images/up.gif" /></a> <a href="HTML-elements/infoTypes.html"><img
  349. alt="next" border="0" src="../images/right.gif" /></a></p>
  350. <hr />
  351.  
  352. <p></p>
  353. </div>
  354. </body>
  355. </html>
  356.