Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLTableCaptionElement
  4. align

HTMLTableCaptionElement: align property

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see thecompatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

Thealign property of theHTMLTableCaptionElement interface is a string indicating how to horizontally align text in the<caption> table element.

Note:This property is deprecated, and CSS should be used to align text horizontally in a cell. Use the CSStext-align property, which takes precedence, to horizontally align text in the caption cell instead.

Value

The possible values are:

left

Align the text to the left. Usetext-align: left instead.

right

Align the text to the right. Usetext-align: right instead.

center

Center the text in the cell. Usetext-align: center instead.

Examples

Use CSStext-align instead. Anexample is available on thetext-align page.

Specifications

Specification
HTML
# dom-caption-align

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp