cells
< html | attributes
cells
This page has been flagged with the following issues:
High-level issues:
Summary
Retrieves a collection of all cells in the table row or in the entire table.
| Applies to | ? |
|---|
Examples
View live exampleThis example uses the CELLSPACING attribute and the cellSpacing property to change the spacing between two cells.
<TABLE ID=oTable BORDER CELLSPACING=10>
<TR>
<TD>Cell 1</TD>
<TD>Cell 2</TD>
</TR>
</TABLE>
:
<BUTTON onclick="oTable.cellSpacing=20">Larger spacing</BUTTON>
<BUTTON onclick="oTable.cellSpacing=5">Smaller spacing</BUTTON>
Syntax
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 11.3.3
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
See also
Related pages (MSDN)
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here