By eHow Internet Editor
Rate: (0 Ratings)
Table headers in HTML are a special kind of first row, defined using the eHow Internet Editor tag. Headers are automatically displayed using bold text. In addition, when long table requires multiple pages the header may be repeated on each page.
Instructions
Things You’ll Need:
Define a Table Header With HTML
element) to which you want to add a header.
tag, add the code below to create the table header:
... element, place the text to use as the header for that column. By default, this text will be displayed in boldface.
Tips & Warnings
or elements, place the header following them.