Update
This commit is contained in:
parent
e041d2fd9c
commit
d7f9d5c933
1 changed files with 11 additions and 11 deletions
|
@ -217,7 +217,7 @@ This looks <b>bold</b>, too.
|
|||
|
||||
### <u>
|
||||
|
||||
<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
|
||||
|
||||
* `<table>
|
||||
* `<caption>
|
||||
* `<colgroup>
|
||||
* `<col>
|
||||
* `<tbody>
|
||||
* `<thead>
|
||||
* `<tfoot>
|
||||
* `<tr>
|
||||
* `<td>
|
||||
* `<th>
|
||||
* `<table>`
|
||||
* `<caption>`
|
||||
* `<colgroup>`
|
||||
* `<col>`
|
||||
* `<tbody>`
|
||||
* `<thead>`
|
||||
* `<tfoot>`
|
||||
* `<tr>`
|
||||
* `<td>`
|
||||
* `<th>`
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue