<THEAD
ALIGN=LEFT|CENTER|RIGHT|JUSTIFY
CLASS=type
ID=value
STYLE=css1 properties
VALIGN= MIDDLE|TOP|BOTTOM>
Defines the table heading. Use THEAD to duplicate headings when breaking tables across page boundaries, or for static headings when body sections are rendered in a scrolling panel.
CENTER | The text in the heading is aligned in the center of the page. |
LEFT | The text in the heading is aligned with the left margin. |
RIGHT | The text in the heading is aligned with the right margin. |
JUSTIFY | The text in the heading is justified. |
MIDDLE | Text is aligned in the middle of the heading. |
TOP | Text is aligned at the top of the heading. |
BOTTOM | Text is aligned at the bottom of the heading. |
The table heading is optional; if given, only one heading is allowed. The THEAD element is valid only within a table; you must use a TABLE element before using this element. The end-tag is optional.
Example
<TABLE> <THEAD> <TR> ... </TR> <TBODY> <TR> ... </TR> </TABLE>
file: /Techref/language/html/r020/slide78.htm, 5KB, , updated: 2005/1/6 14:56, local time: 2024/11/15 22:26,
3.145.109.100:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/html/r020/slide78.htm"> HTML Reference</A> |
Did you find what you needed? |