- Description
- The element <THEAD> is aimed for holding of one or several lines, which are located on top of the table. It is not allowed to use more than one element <THEAD> in one table, and it must be in the source code just after the tag <TABLE>.
-
... ... <table> <thead> <tr> <td> ...</td> </tr> </thead> <tfoot></tfoot> <tbody></tbody> </table>
- Parametrs
- Align defines text alignment in the line
- Valign vertical alignment of the content of the cell
- Bgcolor background colour of the cells, which are located in the package <THEAD>
- Closing Tag
- Is not optional
-
The description of tag <THEAD> Parameters
- ALIGN Parameter
- Description
- Defines horizontal alignment for all cells in <THEAD>. If it is necessary to apply different alignment for each cell, use the styles and ALIGN parameter for tag <TD> or <TH>.
-
...
- 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 background colour of the cells, which are located in the package <THEAD>.
-
...
-
- 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.
- Arguments
- The colour value can be defined in two ways.
- Default value
- Depends on the browser and its version, the white colour is used usually
- Analogue CSS
- Background-color
- VALIGN Parameter
- Description
- Defines vertical alignment of the content of the cells in the package <TBODY>.
-
...
- Arguments
- Top top alignment of the content of the cell
- Middle middle alignment
- Bottom bottom alignment
- Baseline base line alignment
- Default value
- Middle
- Analogue CSS
- Vertical-align
- PHP form
- Form maker
- Form processor
- Form software
.
`


