Table Object
The cells collection returns a collection of all <td> or <th> elements in a table.
Note: The elements in the collection are sorted as they appear in the source code.
| Property | Description |
|---|---|
| length | Returns the number of <td> or <th> elements in the collection |
| Method | Description |
|---|---|
| [name_or_index] | An integer that specifies the element to retrieve (starts at 0) |
| item(name_or_index) | Returns the element from the collection with the specified index/name/id |
| namedItem(name) | Returns the element from the collection with the specified name (name or id attribute) |
![]()
The cells collection is supported in all major browsers.
Show the number of cells in the first row:
Alert the content of the first row
Add a cell to a table row through the rows collection
Vertical align the cell content in a table row
Vertical align the cell content in a single cell
Change the content of a table cell
Change the colspan of a table row
Table Object
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.