Which tag defines a header cell in an HTML table?
Explanation
The <th> tag defines a header cell in an HTML table.

The table headings are defined with the <th> tag.

The code:

<table>
 <tr> <th>Month</th>  <th>Income</th> </tr>
 <tr> <td>September</td> <td>$1000</td>  </tr>
</table>

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з HTML & CSS
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести