Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
TFOOT in TABLE of HTML 4
1897 Views
Usage 
The Tfoot is used to group bottom content.
Example
<html>
<body>
<table  width="400" border="1">
<thead align="middle" valign="bottom" bgcolor="yellow">
  <tr height="100">
  <th>Week</th>
    <th>day</th>
     <th>opp</th>
  </tr>
</thead>
<tbody align="right" valign="bottom" bgcolor="orange">
  <tr height="100">
    <td>1</td>
    <td> monday</td>
    <td rowspan="2">imp</td>
  </tr>
</tbody>
<tfoot align="left" valign="middle" bgcolor="green">
  <tr height="100">
    <td>2</td>
    <td >tuesday</td>
  </tr>
</tfoot>
</table>

</body>
</html>
Output 
Week day opp
2 tuesday
1 monday imp
Next Topics
Next lessons of current book.
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
Previous Topics
Previous lessons of current book.
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
Best Lessons of "HTML 4"
Top lessons which are viewed more times.
TEXT FONT STYLE of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details