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>
|
<cite>Unknown</cite>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>something</dt>
|
||||||
|
<dd>its description</dd>
|
||||||
|
<dt>another thing</dt>
|
||||||
|
<dd>yet another description</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<!-- or audio or video -->
|
<!-- or audio or video -->
|
||||||
<img src="rel/dest" alt="figure/image">
|
<img src="rel/dest" alt="figure/image">
|
||||||
|
@ -108,6 +115,41 @@ This is multiline,
|
||||||
respecting non-br lf.
|
respecting non-br lf.
|
||||||
</pre>
|
</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>
|
<ul>
|
||||||
<li><strong>strong</strong></li>
|
<li><strong>strong</strong></li>
|
||||||
<li><em>em</em></li>
|
<li><em>em</em></li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue