From 8f71b1e9a655710649a7ac76240961102f47cf04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Sun, 17 Aug 2014 23:44:09 +0200 Subject: [PATCH] Update --- typography/index.html | 148 +++++++++++++++++++++++++++--------------- 1 file changed, 96 insertions(+), 52 deletions(-) diff --git a/typography/index.html b/typography/index.html index f5fe8c5..e8a1b23 100644 --- a/typography/index.html +++ b/typography/index.html @@ -350,65 +350,109 @@

Here you’ll find the complete list of HTML5-Tags and this is how they look like.

<h1>,<h2>,<h3>,<h4>,<h5>,<h6>

-

### <p> -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. -### <hr>

+ +

<p>

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

+ +

<hr>


<pre>

     Here comes code.
 
-

### <blockquote>

+ +

<blockquote>

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-

### <ol> -1. One -2. Two -3. Three - 4. Second Level One - 4. Second Level Two - 4. Second Level Three - 5. And a third level one - 5. And a third level two - 5. And a third level three -4. Four -5. Five -### <ul> -- One item - + Second Level Item One - + Second Level Item Two - + Second Level Item Three - * Third Level One - * Third Level Two - * Third Level Three -- Second item -- Third item -- Fourth item -- Fifth item and so on… -### <dl> -### <dt> -### <dd> -### <a> -### <em> -### <strong> -### <small> -This is small text. -### <s> -### <cite> -### <q> -### <dfn> -### <abbr> -### <time> -### <code> -### <var> -### <samp> -### <kbd> -### <sub> -### <i> -### <b> -### <u> -### <mark> -### <br>

+ +

<ol>

+
    +
  1. One
  2. +
  3. Two
  4. +
  5. Three +
      +
    1. Second Level One
    2. +
    3. Second Level Two
    4. +
    5. Second Level Three +
        +
      1. And a third level one
      2. +
      3. And a third level two
      4. +
      5. And a third level three
      6. +
      +
    6. +
    +
  6. +
  7. Four
  8. +
  9. Five
  10. +
+ +

<ul>

+ + +

<dl>

+ +

<dt>

+ +

<dd>

+ +

<a>

+ +

<em>

+ +

<strong>

+ +

<small>

+

This is small text.

+ +

<s>

+ +

<cite>

+ +

<q>

+ +

<dfn>

+ +

<abbr>

+ +

<time>

+ +

<code>

+ +

<var>

+ +

<samp>

+ +

<kbd>

+ +

<sub>

+ +

<i>

+ +

<b>

+ +

<u>

+ +

<mark>

+ +

<br>

Tables

<table>