What is the table element all about in web page?

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

Hello,

What is the table element? How does it work? Where does it use? Please tell me about details. Is table element important to web page?

SHARE
Best Answer by Mackt Salaop
Answered By 20 points N/A #163288

What is the table element all about in web page?

qa-featured

Hi,

A table element is the tool, category or captions in a grid like presentation of data in a web page. Table elements are not used for lay outing a page rather it is used as a method in presenting a data with captions, columns and rows.

The most common keywords you can find there are caption, col, colgroup, table, thread, tbody and others.

For more detailed information, you can read an article about it by clicking here.

Hope this helps you.

Regards,

Diane

Best Answer
Best Answer
Answered By 5 points N/A #163287

What is the table element all about in web page?

qa-featured

Hi Michele r,

Table element is very much important for the web page designer who is able to make a web site. To make easy web site table element is needed. Table tag is <table>. It has closing tag </table>. It has some attributes like height, width, cell padding, border etc.

Thanks.

Related Questions