DOM Object: HTMLTableSectionElement
| Property/Method | Functional Description | Data | Test Case |
| align | Set and read left/center/right alignment | htse001.html | |
| align | Read left/center/right alignment | htse002.html | |
| ch | Set & read HTMLTableSection.ch | htse003.html | |
| ch | Read HTMLTableSection.ch | htse004.html | |
| chOff | Set & Read HTMLTableSection.chOff | htse005.html | |
| chOff | Read HTMLTableSection.chOff | htse006.html | |
| vAlign | Read left/center/right valignment | warbird.gif | htse007.html |
| vAlign | Set and read left/center/right valignment | warbird.gif | htse008.html |
| rows | View the collection of rows in this table section | htse009.html | |
| insertRow() | htse010.html | ||
| deleteRow() | htse011.html |