What do the HTML table attribute colspan do?
Explanation
The colspan attribute defines the number of columns a cell should span.

The code:

<table border='1' width='50%'>
 <tr> <th>Month</th> <th>Income</th></tr>
 <tr> <td colspan='2'>January</td> <td>$1000</td> </tr>
</table>

Слідкуй за CodeGalaxy

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

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