any five tags used in a basic table
Answers
Answered by
0
Explanation:
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 or ...
mark me brainlist
Answered by
0
Answer:
: <table> tag
:<tr>
:<th>
:<td>
:<caption>
Explanation:
this is the answer
Similar questions