Files
emacs/lisp/web-completion-data/html-stuff/html-attributes-short-docs/caption-align
2020-12-05 21:29:49 +01:00

11 lines
574 B
Plaintext

align [Deprecated since HTML4.01] [Obsolete since HTML5]
This enumerated attribute indicates how the caption must be aligned with respect to the table. It may have the following values:
left, displayed to the left of the table
top, displayed before the the table
right, displayed to the right of the table
bottom, displayed under the table
Usage note:
Do not use this attribute, as it has been deprecated: the <caption> element should be styled using CSS. To give a similar effect to the align attribute, use the the CSS properties caption-side and text-align.