- Description
- Element <TFOOT> is aimed for holding the one or several lines which are below the table. Only one element <TFOOT> is allowed to use in the table.
-
...... <table> <thead></thead> <tfoot> <tr> <td> ...</td> </tr> </tfoot> <tbody></tbody> </table>
- Parametrs
- align defines the alignment of the text in the line.
- bgcolor the colour of the cells’ background, which are located in the package <FOOT>.
- valign vertical alignment of all sells.
- Closing Tag
- Is not optional
-
The Description of Tag <TFOOT> Parameters
- ALIGN Parameter
- Description
- Defines the horizontal alignment for all cells in the range of <TFOOT>.
-
...
- Arguments
- left left alignment.
- right right alignment.
- center center alignment.
- justify justified alignment.
- Default value
- left
- Analogue CSS
- text-align.
- BGCOLOR Parameter
- Description
- Defines the cells’ background, which are located in the package .
-
...
- Arguments
- The colour value can be defined in two ways.
- 1. By its title.
- Browsers support some colours by their titles.
- 2. By hexadecimal value.
- The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.
- Default value
- Depends on the browser and its version, the white colour of the background is used usually.
- Analoque CSS
- background-color
- VALIGN Parameter
- Description
- Defines the vertical alignment of the content of the cells in the package <TFOOT>. The content of the cell is located vertically in the center by default.
-
...
- Arguments
- top the top alignment of the content of the line.
- middle the middle alignment.
- bottom the bottom alignment.
- baseline the baseline alignment.
- Default value
- middle.
- Analoque CSS
- vertical-align
- Form software
- PHP form Tutorial
- Web forms
- Email forms


