Computer Studies

Write short notes on Table Heading

HTML Advanced Features

28 Likes

Answer

The table heading can be defined using <TH> tag. It is used to replace <TD> tag that represents actual data cell. Normally, the top row is the table heading. We can use <TH> element in any row.

Answered By

19 Likes


Related Questions