What is the correct HTML element for inserting table cell?
Explanation
The <td> tag defines a standard cell in an HTML table.
The text in <td> element is regular and left-aligned by default.

The code:

<table border="1">
 <tr> <td>Cell 1</td> <td>Cell 2</td> </tr>
</table>

Следи за CodeGalaxy

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

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