/

HTML / CSS / JavaScript Tutorial

HTML Table elements

[this page | pdf | back links]

The following is a list of HTML table elements:

 

Tag

Description

More

Further comments

<caption>

Table caption

Here

 

<col>

Indicates column properties assigned to each column within a <colgroup> element

Here

 

<colgroup>

Specifies a group of one or more columns in a table

Here

 

<table>

Table

Here

 

<tbody>

Body of a table

Here

 

<td>

Table cell (within a Table row)

Here

 

<tfoot>

Footer content in a table

Here

 

<th>

Table header cell

Here

 

<thead>

Header content in a table

Here

 

<tr>

Table row (within a Table)

Here

 

 

The default styles applicable to these elements are shown here.

 


NAVIGATION LINKS
Contents | Prev | Next | HTML Elements


Desktop view | Switch to Mobile