What is the table element all about in web page?
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?
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?
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
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.