What is the significance of <TR>,<TD> and <TH> tags in a table?
please give me correct answer...
otherwise i will report ..
Answers
Answered by
0
Answer:
The <td> tag defines the standard cells in the table which are displayed as normal-weight, left-aligned text. The <tr> tag defines the table rows. There must be at least one row in the table. The <th> tag defines the header cells in the table which are displayed as bold, center-aligned text.
Explanation:
make me brainlist
Answered by
0
Answer:
<TR> to insert row
<TD> to insert column
<TH>head means in column there is two categories that are data<TD> and heads.
Similar questions