home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="iso-8859-1"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta name="GENERATOR" content="amaya 9.0.1, see http://www.w3.org/Amaya/"
- />
- <title>Structure Menu</title>
- <style type="text/css">
- </style>
- <link href="../style.css" rel="stylesheet" type="text/css" />
- </head>
-
- <body xml:lang="en" lang="en">
-
- <table border="0" width="100%" summary="toc">
- <tbody>
- <tr>
- <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
- src="../../images/amaya.gif" /></td>
- <td><p align="right"><a href="buttons_and_types_menu.html"
- accesskey="p"><img alt="previous" src="../../images/left.gif" /></a>
- <a href="../Creating.html" accesskey="t"><img alt="top"
- src="../../images/up.gif" /></a> <a href="the_enter_key.html"
- accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
- </td>
- </tr>
- </tbody>
- </table>
-
- <div id="page_body">
- <p>The <strong>XHTML</strong> menu enables you to create only elements that
- are part of the document <code><body></code>. To create elements in the
- document <code>HEAD</code>, use the <strong>Structure</strong> submenu from
- the Structure view. This menu works in the same way: put the cursor at the
- desired position and choose the element type from the
- <strong>Structure</strong> submenu.</p>
-
- <p>The <strong>Structure</strong> submenu also enables you to create
- comments, using <strong>Comments</strong>. Comments are shown only in the
- Structure view, but they can be inserted at any position in the document.</p>
-
- <h2>Generated elements</h2>
-
- <p>Some HTML elements are constituted by several other elements of different
- types. For instance, a table usually contains a caption
- (<code>caption</code>), several rows (<code>tr</code>), and several cells
- (<code>td</code> or <code>th</code>) in each row.</p>
-
- <p>When Amaya creates such elements, it also creates their components. A
- table is created with a caption and a row containing a single cell. The
- insertion point is placed automatically in the first of these components. You
- can enter the content of that component immediately or later. You can move to
- the next (empty) component with the mouse or with the arrow keys.</p>
-
- <h2>See Also</h2>
- <ul>
- <li><a href="../editing_documents/creating_new_documents.html">Creating New
- Documents</a></li>
- <li><a href="buttons_and_types_menu.html">Buttons and Types Menu</a></li>
- <li><a href="../HTML-elements/infoTypes.html">Information types in
- HTML</a></li>
- </ul>
- </div>
- </body>
- </html>
-