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

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
HTML & CSS quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes