Update Typograph
This commit is contained in:
parent
911dca9218
commit
e041d2fd9c
2 changed files with 23 additions and 21 deletions
|
@ -152,24 +152,25 @@ It's nice getting things done. Just strike through <s>finished tasks</s>.
|
|||
|
||||
### <q>
|
||||
|
||||
<q>Text Example</q>
|
||||
If you use <q> your text gets <q>automagically quotes around the text passage</q>.
|
||||
|
||||
|
||||
|
||||
### <dfn>
|
||||
|
||||
<dfn>Text Example</dfn>
|
||||
The <dfn> tag is a phrase tag. It defines a <dfn>definition term</dfn>.
|
||||
|
||||
|
||||
|
||||
### <abbr>
|
||||
|
||||
<abbr>Text Example</abbr>
|
||||
The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.
|
||||
|
||||
|
||||
|
||||
### <time>
|
||||
|
||||
The concert took place on <time datetime="2001-05-15 19:00">May 15</time>.
|
||||
|
||||
|
||||
### <code>
|
||||
|
@ -180,13 +181,13 @@ Some `code: lucida console` displayed.
|
|||
|
||||
### <var>
|
||||
|
||||
<var>Text example.</var>
|
||||
The <var> tag is a phrase tag. It defines a <var>variable</var>.
|
||||
|
||||
|
||||
|
||||
### <samp>
|
||||
|
||||
<samp>Text example.</samp>
|
||||
Text surrounded by <samp> <samp>looks like this in monospace</samp>.
|
||||
|
||||
|
||||
|
||||
|
@ -204,19 +205,19 @@ This text <sub>lays low</sub> and chills a bit.
|
|||
|
||||
### <i>
|
||||
|
||||
<i>Text example.</i>
|
||||
This looks <i>italic</i>.
|
||||
|
||||
|
||||
|
||||
### <b>
|
||||
|
||||
<b>Text example.</b>
|
||||
This looks <b>bold</b>, too.
|
||||
|
||||
|
||||
|
||||
### <u>
|
||||
|
||||
<u>Text example.</u>
|
||||
<u>Underlining</u> content for emphasize is not the best choice.
|
||||
|
||||
|
||||
|
||||
|
@ -234,7 +235,7 @@ Need a break? I give you three!<br><br><br>
|
|||
|
||||
<table>
|
||||
<thead>
|
||||
<caption>Cute Animals Per 1,000 People</caption>
|
||||
<caption>Caption For Table</caption>
|
||||
<tr>
|
||||
<th width="200">Table Header</th>
|
||||
<th>Table Header</th>
|
||||
|
@ -265,18 +266,18 @@ Need a break? I give you three!<br><br><br>
|
|||
</table>
|
||||
|
||||
|
||||
A table can consist of these elements
|
||||
|
||||
|
||||
<table>
|
||||
<caption>
|
||||
<colgroup>
|
||||
<col>
|
||||
<tbody>
|
||||
<thead> Tabellenspalten enthalten.
|
||||
<tfoot> Tabellenspalten enthalten.
|
||||
<tr> Steht für eine Zeile mit Tabellenzellen.
|
||||
<td> Kennzeichnet eine einzelne Tabellenzelle.
|
||||
<th>
|
||||
* `<table>
|
||||
* `<caption>
|
||||
* `<colgroup>
|
||||
* `<col>
|
||||
* `<tbody>
|
||||
* `<thead>
|
||||
* `<tfoot>
|
||||
* `<tr>
|
||||
* `<td>
|
||||
* `<th>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -73,7 +73,8 @@ Quotes mix it up a little bit, if you write long articles. So use quotes:
|
|||
> Age is an issue of mind over matter. If you don't mind, it doesn't matter.
|
||||
<cite>Mark Twain</cite>
|
||||
|
||||
|
||||
<small markdown="1">[Up to table of contents](#toc)</small>
|
||||
{: .text-right }
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue