Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
TH in TABLE of HTML 4
1915 Views
Usage 
The align attribute is used to set header alignment.
The Bgcolor attribute is used to color to header.
The height is used to specify height value for header.
The width is used to specify width value for header.
Example
<html>
<body>
<table>
  <tr>
    <th align="right" bgcolor="orange"  width ="100"  height="100">Week</th>
    <th align="right" bgcolor="orange"  width ="100"  height="100">day</th>
  </tr>
  <tr>
    <td>1</td>
    <td>monday</td>
  </tr>
  <tr valign="top">
    <td>2</td>
    <td>tuesday</td>
  </tr>
</table>

</body>
</html>
Next Topics
Next lessons of current book.
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
Previous Topics
Previous lessons of current book.
TABLE of HTML 4
TABLE of HTML 4
LIST of HTML 4
LIST of HTML 4
LIST 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