![]() |
VOOZH | about |
The valign attribute is used to specify the vertical alignment of content within table cells or rows. It was commonly used in older HTML versions but is now deprecated in HTML5.
Note: The valign attribute is not supported by HTML5.
<element valign="top | middle | bottom | baseline">Example: This example illustrates the use of valign attribute in the HTML document.