What is the Table Headers & caption all about in web?

Asked By 30 points N/A Posted on -
qa-featured

Hello,

What is the Table Headers & caption? How does it work? Where does it use? Please tell me about the details. Is Table Headers & caption important to web page?

SHARE
Best Answer by Diane Burgess
Best Answer
Best Answer
Answered By 20 points N/A #163292

What is the Table Headers & caption all about in web?

qa-featured

Hi,

Table headers and captions have many different functions in the web age. Most of the time, this structure the visual appearance of the page.

Moreover, this can be used on many things depending on the purpose of the user. If the user wants to display financial data, he can use the data table as a way of presenting it.

On the other way, table header and captions may refer to the name of categories and sub categories found in the web page. This is important to determine for the viewers to see the information and data that is being contained in your site.

Regards,

Diane

Answered By 10 points N/A #163293

What is the Table Headers & caption all about in web?

qa-featured

These are sometime HTML tools, the upper part of the webpage is said to be the header of the page and caption is also used in HTML. Table Header is the upper part of the table if you are building columns and rows then the part where you will write the name will be the header of the table before you put data into a table.

Smith Thompson

Answered By 0 points N/A #163294

What is the Table Headers & caption all about in web?

qa-featured

Hello Michele,

In the webpage header and caption is important to use because if you don't mention the header and caption then it seems to be missing something important, for an example if you don't put the header and caption in a table which refers to a list of cost then you will have to fall in hesitation that what actually mention by this.

So header and caption should be used in web page.

Thanks.

Answered By 1065 points N/A #163295

What is the Table Headers & caption all about in web?

qa-featured

Hello,

In table tag you can add header and caption.

Header refers to the header row and column which specialties are the text will bold and specific size font.

The caption is adding for to specify the table characteristics.

Example here is how to add table header and caption.

<Table width="90%" border="1" cellspacing="5" cellpadding="5">

<Caption>Characteristic of the table</caption>

<tr>

<th>Roll</th>

<th>Name</th>

<th>address</th>

</tr>

<tr>

<th>01</th>

<td>rahim</td>

<td>uk</td>

</tr>

<tr>

</table>

Thanks.

Answered By 1065 points N/A #163296

What is the Table Headers & caption all about in web?

qa-featured

Hello Xavier,

Here I am going to show you header and caption in table for excel and web page. I think after reading you will get all information about it.

The header of a table signifies the key information about the entire row or column. In a simple table can holds a maximum number of one rowed header or one columned header.

In a table title should use to describe about the entire work introduction that help to user to understand easily about the entire table.

Headers usually use on the first row or column and usually show as bold and captions or titles are used on top of the table. It generally uses for many works of excels, statistical uses, survey use, to save a record of any calculation like salary, export, import, goods and data. See the below image.

Table header and caption

For web page generally HTML table tags are used to describe the table and caption. In HTML header are generally kept between <th> </th> tag and data are kept in <td></td> tags under <tr> </tr> table tags for web page.

Best of luck.

Related Questions