First commit.

This commit is contained in:
kj
2020-08-02 00:27:43 -04:00
commit b1d8a63862
3399 changed files with 130628 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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.