What HTML tag you will use to define table headings?
Explanation
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>

@neyia , ;)

2016 Oct 26, 10:54:51 PM

A little bit confusing..but my answer is correct

2016 Sep 28, 1:00:30 PM

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по HTML & CSS
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты