home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-Win98-8.7.3.exe / _SETUP.1 / the_structure_menu.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-23  |  2.8 KB  |  68 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>Structure Menu</title>
  10.   <style type="text/css">
  11.   </style>
  12.   <link href="../style.css" rel="stylesheet" type="text/css" />
  13. </head>
  14.  
  15. <body xml:lang="en" lang="en">
  16.  
  17. <table border="0" width="100%" summary="toc">
  18.   <tbody>
  19.     <tr>
  20.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  21.         src="../../images/amaya.gif" /></td>
  22.       <td><p align="right"><a href="buttons_and_types_menu.html"
  23.         accesskey="p"><img alt="previous" src="../../images/left.gif" /></a>
  24.         <a href="../Creating.html" accesskey="t"><img alt="top"
  25.         src="../../images/up.gif" /></a> <a href="the_enter_key.html"
  26.         accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
  27.       </td>
  28.     </tr>
  29.   </tbody>
  30. </table>
  31.  
  32. <div id="page_body">
  33. <p>The <strong>XHTML</strong> menu enables you to create only elements that
  34. are part of the document <code><body></code>. To create elements in the
  35. document <code>HEAD</code>, use the <strong>Structure</strong> submenu from
  36. the Structure view. This menu works in the same way: put the cursor at the
  37. desired position and choose the element type from the
  38. <strong>Structure</strong> submenu.</p>
  39.  
  40. <p>The <strong>Structure</strong> submenu also enables you to create
  41. comments, using <strong>Comments</strong>. Comments are shown only in the
  42. Structure view, but they can be inserted at any position in the document.</p>
  43.  
  44. <h2>Generated elements</h2>
  45.  
  46. <p>Some HTML elements are constituted by several other elements of different
  47. types. For instance, a table usually contains a caption
  48. (<code>caption</code>), several rows (<code>tr</code>), and several cells
  49. (<code>td</code> or <code>th</code>) in each row.</p>
  50.  
  51. <p>When Amaya creates such elements, it also creates their components. A
  52. table is created with a caption and a row containing a single cell. The
  53. insertion point is placed automatically in the first of these components. You
  54. can enter the content of that component immediately or later. You can move to
  55. the next (empty) component with the mouse or with the arrow keys.</p>
  56.  
  57. <h2>See Also</h2>
  58. <ul>
  59.   <li><a href="../editing_documents/creating_new_documents.html">Creating New
  60.     Documents</a></li>
  61.   <li><a href="buttons_and_types_menu.html">Buttons and Types Menu</a></li>
  62.   <li><a href="../HTML-elements/infoTypes.html">Information types in
  63.   HTML</a></li>
  64. </ul>
  65. </div>
  66. </body>
  67. </html>
  68.