VOOZH about

URL: https://www.geeksforgeeks.org/html/html-tfoot-valign-attribute/

⇱ HTML | <tfoot> valign Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <tfoot> valign Attribute

Last Updated : 21 Feb, 2022
The HTML <tfoot> valign Attribute is used to specify the vertical alignment of text content in a table footer cell. It is not supported by HTML 5. Syntax:
<tfoot valign="top | middle | bottom | baseline">
Attribute Value:
  • top: It sets the content to top-align.
  • middle: It sets the content to middle-align.
  • bottom: It sets the content to bottom-align.
  • baseline: It sets the content to baseline. The baseline is the line where most of the characters sit. It is a default value.
Example: Output: 👁 Image
Supported Browsers: The browser supported by HTML <tfoot> valign attribute are listed below:
  • Google Chrome
  • Internet Explorer
  • Firefox
  • Safari
  • Opera
Comment
Article Tags: