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>

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