2. Explain the HTML table structure.
Answers
Answered by
0
Answer:
HTML table tag is used to display data in tabular form (row * column). There can be many columns in a row. We can create a table to display data in tabular form, using <table> element, with the help of <tr> , <td>, and <th> elements.
An HTML table has the following structure: An optional caption. One or more groups of rows. Each row group consists of an optional head section, an optional foot section, and a series of rows.
Explanation:
Hope this helps and pls mark me as brainlist purple you thanks 。◕‿◕。
Similar questions