TH
要素, TD
要素を表すのに用いるオブジェクト。 HTML 4.01 の
TD 要素の定義 を参照。
abbr
align
axis
bgColor
cellIndex
long
型, 読取専用
ch
chOff
colSpan
long
型
headers
height
noWrap
boolean
型
rowSpan
long
型
scope
vAlign
width
interface HTMLTableCellElement : HTMLElement { readonly attribute long cellIndex; attribute DOMString abbr; attribute DOMString align; attribute DOMString axis; attribute DOMString bgColor; attribute DOMString ch; attribute DOMString chOff; attribute long colSpan; attribute DOMString headers; attribute DOMString height; attribute boolean noWrap; attribute long rowSpan; attribute DOMString scope; attribute DOMString vAlign; attribute DOMString width; };