TableData 对象表示 HTML <td> 元素。
您可以使用 getElementById() 访问 <td> 元素:
提示:您还可以通过搜索来访问 <td> 元素单元格表行的集合。
您可以使用 document.createElement() 方法创建 <td> 元素:
Property | Description |
---|---|
abbr | Not supported in HTML5. Sets or returns the value of the abbr attribute |
align | Not supported in HTML5. Use style.textAlign instead. Sets or returns the horizontal alignment of the content in a data cell |
axis | Not supported in HTML5. Sets or returns a comma-separated list of related data cells |
background | Not supported in HTML5. Use style.background instead. Sets or returns the background image of a data cell |
bgColor | Not supported in HTML5. Use style.backgroundColor instead. Sets or returns the background color of a table |
cellIndex | Returns the position of a cell in the cells collection of a table row |
ch | Not supported in HTML5. Sets or returns an alignment character for a data cell |
chOff | Not supported in HTML5. Sets or returns the horizontal offset of the ch property |
colSpan | Sets or returns the value of the colspan attribute |
headers | Sets or returns the value of the headers attribute |
height | Not supported in HTML5. Use style.height instead. Sets or returns the height of a data cell |
noWrap | Not supported in HTML5. Use style.whiteSpace instead. Sets or returns whether the content in a cell can be wrapped |
rowSpan | Sets or returns the value of the rowspan attribute |
vAlign | Not supported in HTML5. Use style.verticalAlign instead. Sets or returns the vertical alignment of the content within a cell |
width | Not supported in HTML5. Use style.width instead. Sets or returns the width of a data cell |
HTML 教程:HTML 表格
HTML 参考:HTML <td> 标签
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!