topical media & game development

talk show tell print

basic-web-html-appendix-ai-eg21.htm / htm



  <html>
    <head>
      <title>Example of the &lt;dir&gt; and &lt;menu&gt; Elements</title>
    </head>
    <body>
  
      <dir>
        <li>Item 1</li>
        <li>Item 2</li>
        <li>Item 3</li>
        <li>Item 4</li>
        <dir>
          <li>Item 4.1</li>
          <li>Item 4.2</li>
          <li>Item 4.3</li>
          <li>Item 4.4</li>
        </dir>
      </dir>
  
      <menu>
        <li>Item 1</li>
        <li>Item 2</li>
        <li>Item 3</li>
        <li>Item 4</li>
        <menu>
          <li>Item 4.1</li>
          <li>Item 4.2</li>
          <li>Item 4.3</li>
          <li>Item 4.4</li>
        </menu>
      </menu>
  
    </body>
  </html>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.