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