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.>
align は HTMLTableCellElement インターフェイスのプロパティで、<th> または <td> による表のセル内で、テキストを水平方向にに配置する方法を示す文字列です。
メモ:
このプロパティは非推奨となっており、セル内のテキストを水平方向に揃えるには CSS を使用すべきです。優先度が高い CSS の text-align プロパティを使用して、セル内のテキストを水平方向に揃えてください。
値
取り得る値は次のとおりです。
例
代わりに CSS の text-align を使用してください。例は text-align ページにあります。
仕様書
| 仕様書 |
|---|
| HTML> # dom-tdth-align> |