align align gets/sets the alignment of the table. Syntax alignment = table.align table.align = alignment Parameters alignment is a string with one of the following values: left center right Example mytable.align = "center"; Notes The align attribute is deprecated in HTML4.0. Specification align
align gets/sets the alignment of the table.
alignment = table.align table.align = alignment
alignment is a string with one of the following values:
mytable.align = "center";
The align attribute is deprecated in HTML4.0.
align