dl,table
This commit is contained in:
parent
7dfc80cb25
commit
23ee3cf1ab
1 changed files with 42 additions and 0 deletions
|
@ -93,6 +93,13 @@
|
|||
<cite>Unknown</cite>
|
||||
</blockquote>
|
||||
|
||||
<dl>
|
||||
<dt>something</dt>
|
||||
<dd>its description</dd>
|
||||
<dt>another thing</dt>
|
||||
<dd>yet another description</dd>
|
||||
</dl>
|
||||
|
||||
<figure>
|
||||
<!-- or audio or video -->
|
||||
<img src="rel/dest" alt="figure/image">
|
||||
|
@ -108,6 +115,41 @@ This is multiline,
|
|||
respecting non-br lf.
|
||||
</pre>
|
||||
|
||||
<table>
|
||||
<caption>Total table</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th />
|
||||
<th>th</th>
|
||||
<th>th</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>th</th>
|
||||
<td>td</td>
|
||||
<td>td</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>th</th>
|
||||
<td>td</td>
|
||||
<td>td</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th>gross total</th>
|
||||
<td>td</td>
|
||||
<td>td</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>net total</th>
|
||||
<td>td</td>
|
||||
<td>td</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
<ul>
|
||||
<li><strong>strong</strong></li>
|
||||
<li><em>em</em></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue