VOOZH about

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

⇱ HTML | <tfoot> align Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <tfoot> align Attribute

Last Updated : 18 Feb, 2022
The HTML <tfoot> align Attribute is used to set the horizontal alignment of text content inside the table footer (tfoot). It is not supported by HTML 5. Syntax:
<tfoot align="left | right | center | justify | char">
Attribute Value:
  • left: It sets the table footer text left-align.
  • right: It sets the table footer text right-align.
  • center: It sets the table footer text center-align. it has the default value.
  • justify: It stretches the table footer text of paragraph to set the width of all lines equal.
  • char: It sets the text-align to a specific character.
Example: Output: 👁 Image
Supported Browsers: The browser supported by HTML <tfoot> align attribute are listed below:
  • Google Chrome
  • Internet Explorer
  • Firefox
  • Safari
  • Opera
Comment
Article Tags: