What is HTML table ? Write the basic elements and tags .
Answers
Answered by
0
An HTML table consists of one <table> element and one or more <tr>, <th>, and <td> elements. The <tr> element defines a table row, the <th> element defines a table header, and the <td> element defines a table cell. An HTML table may also include <caption>, <colgroup>, <thead>, <tfoot>, and <tbody> elements.
Answered by
24
The HTML table model allows authors to arrange data -- text, preformatted text, images, links, forms, form fields, other tables, etc. -- into rows and columns of cells. ... Table cells may either contain "header" information (see the TH element) or "data" (see the TD element). Cells may span multiple rows and columns.
HOPE THIS WORKS
Similar questions