Returns a zero-based integer representing the position of the current cell among all other td elements in the same row. The count is based on the
document.getElementById("myTD").borderColorDark = "blue"; document.getElementById("myTD").borderColorLight = "cornf
Provides the color of the element's border. Internet Explorer applies the color to all four lines that make up the interior border of a cell. Theref
Removes focus from the current TD object, at which time the TD object's onblur event fires
Provides the background color of the table cell. This color setting is not reflected in the style sheet backgroundColor property. Even if the bg
Specifies the URL of the background image for the cell. If you set a bgColor to the element as well, the color appears if the image fails to load;
Reflects the axis attribute (cell category description for speech), for which mainstream browsers have no functionality at this time.
Defines the horizontal alignment of content within the cell.
Reflects the abbr attribute (cell description for speech), for which mainstream browsers have no functionality at this time.
The td and th objects reflect the td and th elements. From an HTML structure viewpoint, the two elements have different purposes within a t
Moves a row in the tbody , tfoot , or thead element from its original location to a different row position within the same section. The first p
Inserts a tr element nested within the current tbody, tfoot, or thead element. The integer parameter points to the zero-based index in the rows collec
Removes a tr element nested within the current tbody , tfoot , or thead element. The integer parameter points to the zero-based item in the s
Specifies the manner of vertical alignment of text within the cells contained by the tbody , tfoot , or thead element.
Returns a collection of tr elements inside the table section. You can also get a group of rows for an entire table in IE for Windows.