Computer Science, asked by abconinterior, 4 months ago


What is the purpose of the <th> tag?
a) It makes the text darker
b)It makes the text bold
c)It brings the text in center of the
cell
d)All of them​

Answers

Answered by rishiramanuja
0

Answer:

The <th> tag defines a header cell in an HTML table. An HTML table has two kinds of cells: Header cells - contains header information (created with the <th> element) Data cells - contains data (created with the <td> element)

Explanation:

Answered by Anonymous
1

Answer:

d). all the above

Explanation:

Similar questions