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
Зарегистрируйся сейчас
или Подпишись на будущие тесты