KnowledgeBoat Logo
|

Computer Studies

Distinguish between <TR> and <TD> tags

HTML Advanced Features

61 Likes

Answer

<TR> tag<TD> tag
This tag is used to create rows in a table.This tag is used to create cells and add data to that cell.
This tag is used once in a row.This tag is used multiple times in a row to create cells.

Answered By

37 Likes


Related Questions