Hiding and Showing Data
Display Property

Remove contents from the page flow.

  • Item 1
    • Sub-item 1
    • Sub-item 2
  • Item 2
  • Item 1
  • Item 2
<UL STYLE="cursor: hand" 
    ONCLICK="sub.style.display = (sub.style.display=='none') ? '' : 'none'">
Visibility