List of HTML table tags and discriptions
TagDiscription
<table>Defines a table, all other table tags are enclosed in the table tag
<tr>Defines a table row
<td>Defines a table cell
<th>Defines a table header, table headers are bolded and centered
<caption>Defines a caption displayed at the top of the table
colspan="", span more than one row

The same table with cellspacing="13"

List of HTML table tags and discriptions
TagDiscription
<table>Defines a table, all other table tags are enclosed in the table tag
<tr>Defines a table row
<td>Defines a table cell
<th>Defines a table header, table headers are bolded and centered
<caption>Defines a caption displayed at the top of the table
colspan="", span more than one row

The same table with cellpadding="13"

List of HTML table tags and discriptions
TagDiscription
<table>Defines a table, all other table tags are enclosed in the table tag
<tr>Defines a table row
<td>Defines a table cell
<th>Defines a table header, table headers are bolded and centered
<caption>Defines a caption displayed at the top of the table
colspan="", span more than one row

Home