sitemap
XHTML
Contact
Home
Vrijwaringsclausule
Copyright
Hoe beginnen
Structuur
Algemene structuur
DOCTYPE
HTML Elementen
Alle elementen
HTML Attributen
Fonts
Stijlen
Tabellen
Tabellen
elementen
<table>
<th>
<tr>
<td>
<caption>
<colgroup>
<col />
<thead>
<tbody>
<tfoot>
<table>
attributen
align
bgcolor
border
cellpadding
cellspacing
frame
rules
summary
width
Afbeeldingen
Links
Lijsten
Formulieren
Frames
Iframes
HTML kleuren
ISO-8859-1 tekencode
ISO 639-1 taalcode
Karaktersets
Symbolen
ASCII
Tabellen voorbeelden
HTML Tabellen
HTML <table>
cellspacing
attribuut
Het
cellspacing
attribuut specificeert de ruimte tussen de cellen onderling en de rand van de tabel.
Attribuut voorbeeld
zonder cellspacing
kop 1
kop 2
cel 1
cel 2
cel 3
cel 4
met cellspacing 15px
kop 1
kop 2
cel 1
cel 2
cel 3
cel 4
Voor de code van het voorbeeld klik
Attribuut waarde
Waarde
Beschrijving
pixels
Specificeert de ruimte tussen de cellen van een tabel.
naar boven
Opbouw
<table
cellspacing="waarde"
></table>
Nog beter is deze ruimte te specificeren met CSS !
Browser ondersteuning
Het HTML
<table>
cellspacing
attribuut wordt ondersteunt in de bekende browsers.
naar boven
naar het table frame attribuut