Fun with Lists

  • Nesting Lists

    Properties list
  1. This example shows outlining
    1. This is a sub-point
      1. A sub-sub point
      2. However...
    2. The outlining only goes so far
  2. This works OK
    • Bullet List
      • Default indented style
        • Default indented style
      • Etc.
    • And so forth
      <ul>
      <li>Default indented style
      <ul>
      <li>Default indented style </li>
      </ul>
      </li>
      <li>Etc.</li>
      </ul>

  • Menu Vertical Lists
    • Home
    • About Me
    • Contact
  • Menu Horizontal list
  • Home
  • About Me
  • Contact

<menu><ul><li style="display:inline">Home</li><li style="display:inline">About Me</li><li style="display:inline">Contact</li></ul></menu>