1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-09-16 10:01:01 +02:00
parent 870598b1db
commit 66fc82ed85

View file

@ -268,16 +268,16 @@ Need a break? I give you three!<br><br><br>
A table can consist of these elements A table can consist of these elements
* `&lt;table&gt; * `<table>`
* `&lt;caption&gt; * `<caption>`
* `&lt;colgroup&gt; * `<colgroup>`
* `&lt;col&gt; * `<col>`
* `&lt;tbody&gt; * `<tbody>`
* `&lt;thead&gt; * `<thead>`
* `&lt;tfoot&gt; * `<tfoot>`
* `&lt;tr&gt; * `<tr>`
* `&lt;td&gt; * `<td>`
* `&lt;th&gt; * `<th>`