1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-09-16 10:00:14 +02:00
parent e041d2fd9c
commit d7f9d5c933

View file

@ -217,7 +217,7 @@ This looks <b>bold</b>, too.
### &lt;u&gt;
<u>Underlining</u> content for emphasize is not the best choice.
<div><p><u>Underlining</u> content for emphasize is not the best choice.</p></div>
@ -268,16 +268,16 @@ Need a break? I give you three!<br><br><br>
A table can consist of these elements
* `&lt;table&gt;
* `&lt;caption&gt;
* `&lt;colgroup&gt;
* `&lt;col&gt;
* `&lt;tbody&gt;
* `&lt;thead&gt;
* `&lt;tfoot&gt;
* `&lt;tr&gt;
* `&lt;td&gt;
* `&lt;th&gt;
* `&lt;table&gt;`
* `&lt;caption&gt;`
* `&lt;colgroup&gt;`
* `&lt;col&gt;`
* `&lt;tbody&gt;`
* `&lt;thead&gt;`
* `&lt;tfoot&gt;`
* `&lt;tr&gt;`
* `&lt;td&gt;`
* `&lt;th&gt;`