cells

Jump to: navigation, search

cells



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

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]