DOM Object:  HTMLTableElement

Property/Method Functional Description Data Test Case
caption read value in caption   htbl001.html
tHead read value in tHead   htbl002.html
tFoot read value in tFoot   htbl003.html
tBodies read value in tBody   htbl004.html
rows read number of rows   htbl005.html
align set and read left/center/right alignment   htbl006.html
align read left alignment   htbl007.html
align read center alignment   htbl008.html
align read right alignment   htbl009.html
bgColor set and read bgColor   htbl010.html
bgColor read bgColor    htbl011.html
border set and read border   htbl012.html
border read border   htbl013.html
cellPadding Read cellPadding - pixel    htbl014.html
cellPadding Read cellPadding - percent   htbl015.html
cellPadding Set and read cellPadding - pixel   htbl016.html
cellPadding Set and read cellPadding - percent   htbl017.html
cellSpacing Read cellSpacing - pixel    htbl018.html
cellSpacing Read cellSpacing - percent   htbl019.html
cellSpacing Set and read cellSpacing - pixel   htbl020.html
cellSpacing Set and read cellSpacing - percent   htbl021.html
frame Read attribute:  void
No sides. This is the default value. 
  htbl022.html
frame Read attribute:  above
The top side only.
  htbl023.html
frame Read attribute:  below
The bottom side only.
  htbl024.html
frame Read attribute:  hsides
The top and bottom sides only.
  htbl025.html
frame Read attribute:  lhs
The left-hand side only.
  htbl026.html
frame Read attribute:  rhs
The right-hand side only.
  htbl027.html
frame Read attribute:  vsides
The right and left sides only.
  htbl028.html
frame Read attribute:  box
All four sides.
  htbl029.html
frame Read attribute:  border
All four sides.
  htbl030.html
frame Set and read all frame attributes   htbl050.html
rules Read attribute:  none   htbl031.html
rules Read attribute:  groups   htbl032.html
rules Read attribute:  rows   htbl033.html
rules Read attribute:  cols   htbl034.html
rules Read attribute:  all   htbl035.html
rules Set and read all rules attributes   htbl051.html
summary Read the value in summary   htbl036.html
summary Set & read the value in summary   htbl037.html
width  Read width - pixel    htbl038.html
width Set & read width - pixel   htbl039.html
width Read width - percent   htbl040.html
width Set & read width - percent   htbl041.html
createTHead() Create and set tHead   htbl042.html
deleteTHead() Set and delete tHead   htbl043.html
createTFoot() Create and set TFoot   htbl044.html
deleteTFoot() Set and delete TFoot   htbl045.html
createCaption() Create and set Caption   htbl046.html
deleteCaption() Delete Caption   htbl047.html
insertRow() set/get Row   htbl048.html
deleteRow() delete Row   htbl049.html
 Node  tests methods and attr's inherited from node    ntbody.html
 Element  tests methods inherited from element    etable.html
 HTMLElement  tests attr's inherited from htmlelement    helmtab.html