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
Зареєструйся Зараз
або Підпишись на майбутні тести