1. Name different tags of HTML that are used for creating a table.
Answers
Answered by
0
Answer:
< Table > -------- </table>
refers to the starting or ending of table
<TR>-----------</TR>
refers to the row of table with table heading.
<TH> --------</TH>
refers to a table heading, define column heading.
<TD> -------</TD>
refers to table data .
Similar questions