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