Write a note on tags used in tables.
Answers
Answered by
2
Answer:
A wide variety of tables can be created with only five tags:
the <table> tag, which encapsulates a table and its elements in the document's body content;
the <tr> tag, which defines a table row;
the <th> and <td> tags, which define the table's headers and data cells;
and the <caption> tag, which defines a title .
Similar questions