此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

HTMLTableCellElement:align 属性

Deprecated

Avoid using this feature in new projects. Some table styling attributes have no effect. They are superseded by CSS. This feature may be a candidate for removal from web standards or browsers.

HTMLTableCellElement 接口的 align 属性是一个指示如何在 <th><td> 表格单元格水平对齐文本的字符串。

备注:此属性已弃用,应使用 CSS 在单元格中水平对齐文本。使用 CSS text-align 属性,其用于水平对齐单元格中文本,且优先级更高。

可能的值:

left

将文本向左对齐。使用 text-align: left 代替。

将文本向右对齐。使用 text-align: right 代替。

center

将文本居中对齐。使用 text-align: center 代替。

示例

使用 CSS text-align 替代,text-align 页面有一个示例

规范

规范
HTML
# dom-tdth-align

浏览器兼容性

参见