Definition and Usage The valign attribute specifies vertical alignment of the content in the table cell. Syntax <col valign=...
Definition and Usage
The valign attribute specifies vertical alignment of the content in the table cell.
Syntax
<col valign="vertical_alignment" /> |
Syntax Example
Attribute Values
Value | Description |
top | Top aligned text/data. |
middle | Centered vertically aligned text/data (default). |
bottom | Bottom aligned text/data. |
baseline | The first text line of all cells in the row are vertically aligned. This is not supported by most browsers. |
Browser Support
The attribute is supported by Internet Explorer, Opera, and Safari.
Note: None of the browsers support the baseline value of this attribute.