Update Table
This commit is contained in:
parent
42e8784117
commit
aad1ac2a7d
1 changed files with 2 additions and 2 deletions
|
@ -259,11 +259,11 @@ Need a break? I give you three!<br><br><br>
|
||||||
## Tables
|
## Tables
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
|
||||||
<caption>Table Caption</caption>
|
<caption>Table Caption</caption>
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="200">Table Header</th>
|
<th width="200">Table Header</th>
|
||||||
<th>Table Header</th>
|
<th width="150">Table Header</th>
|
||||||
<th width="150">Table Header</th>
|
<th width="150">Table Header</th>
|
||||||
<th width="150">Table Header</th>
|
<th width="150">Table Header</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Reference in a new issue