Computer Science, asked by FarazBoss, 2 days ago

1. Name different tags of HTML that are used for creating a table.​

Answers

Answered by classonam
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