Three Parts of a Table
<table> and </table> are the starting and ending tags of the table.
<tr> and </tr> starts and ends a table row.
<td> and </td> starts and ends a table definition.
All displayed HTML content is between <td> and </td>.
Previous slide
Next slide
Back to first slide
View graphic version