Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

<TH ...>

Usage Recommendation
use it if you use <TABLE ...>

<TH ...> works just like <TD ...>, except that <TH ...> indicates that the cell is a header for a column or row. is identical to <TD ...> in every way except one: <TH ...> indicates that the table cell is a header cell, a title for a column or row. <TH ...> cells are generally rendered with the letters in bold.

<TABLE BORDER CELLPADDING=4>
<TR> <TH>name</TH>          <TH>extension</TH> <TH>department</TH>  </TR>
<TR> <TD>Lynn Almond</TD>   <TD>x 9882</TD>    <TD>Cooking</TD>     </TR>
<TR> <TD>Roby Robinson</TD> <TD>x 9432</TD>    <TD>Landscaping</TD> </TR>
</TABLE>

produces

name extension department
Lynn Almond x 9882 Cooking
Roby Robinson x 9432 Landscaping

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire