HTML/Basiscursus/Tabellen: verschil tussen versies

Verwijderde inhoud Toegevoegde inhoud
DimiC88 (overleg | bijdragen)
Versie 338852 van 89.190.141.187 (overleg) ongedaan gemaakt (Kan best zijn maar de attribuut "border" is niet meer geldig. Opmaak moet via CSS gebeuren of de style attribuut, maar dan moet je ook dat uitleggen waarom je dat doet en hoe dat inelkaar zit en dit hoofstuk gaat puur over tabellen.)
Label: Ongedaan maken
DimiC88 (overleg | bijdragen)
kGeen bewerkingssamenvatting
 
Regel 15:
| Titel=Een simpele tabel
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
<table>
<tr>
Regel 33:
</tr>
</table>
</syntaxhighlight>
</source>
}}
 
Regel 66:
| Titel=Gebruik colspan- en rowspan-attribuut
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
<table>
<tr>
Regel 82:
</tr>
</table>
</syntaxhighlight>
</source>
}}
 
Regel 106:
| Titel=Gebruik col-element
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
{|
<table>
Regel 119:
</tr>
</table>
</syntaxhighlight>
</source>
}}
 
Regel 143:
| Titel=Gebruik &lt;caption&gt;-element
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
<table>
<caption>Een simpele tabel</caption>
Regel 155:
</tr>
</table>
</syntaxhighlight>
</source>
}}
 
Regel 181:
| Titel=Rijgroepen
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
<table>
<thead>
Regel 220:
</tbody>
</table>
</syntaxhighlight>
</source>
}}
 
Regel 236:
| Titel=Gebruik summary-attribuut
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
<table summary="Namen en klasses van dieren">
<caption>Een simpele tabel</caption>
Regel 248:
</tr>
</table>
</syntaxhighlight>
</source>
}}
 
Regel 260:
| Titel=Gebruik abbr-attribuut
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
<table summary="Namen en klasses van dieren">
<caption>Een simpele tabel</caption>
Regel 272:
</tr>
</table>
</syntaxhighlight>
</source>
}}
 
Regel 288:
| Titel=Gebruik scope-attribuut
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
<table>
<tr>
Regel 301:
</tr>
</table>
</syntaxhighlight>
</source>
}}
 
Regel 322:
| Titel=Gebruik scope-attribuut (2)
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
<table>
<tr>
Regel 335:
</tr>
</table>
</syntaxhighlight>
</source>
}}
 
Regel 359:
| Titel=Geavanceerde, toegankelijke tabel
| Code=
<sourcesyntaxhighlight lang=html4strict"HTML">
<table summary="Deze tabel bevat de uitgaven die zijn gedaan tijdens mijn verblijf in San Jose en Seattle">
<caption>
Regel 451:
</tbody>
</table>
</syntaxhighlight>
</source>
}}
 
Informatie afkomstig van https://nl.wikibooks.org Wikibooks NL.
Wikibooks NL is onderdeel van de wikimediafoundation.