From 78f18fab16543486dd6dfea600ceca450b148e94 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:59:43 +0200 Subject: [PATCH] Update --- typography/index.html | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/typography/index.html b/typography/index.html index c12389f..291a6a1 100644 --- a/typography/index.html +++ b/typography/index.html @@ -349,29 +349,22 @@

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

-

Paragraphs with lots of Text › <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.

- -

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

- -

Horizontal Lines › <hr>

+

<hr> Horizontal Lines


-

Displaying Code › <pre>

-
-    
-        
-            Code Blocks
-        
-        
-    
+

<pre> Displaying Code

+
    <html>
+        <head>
+            <title>Code Blocks</title>
+        </head>
+        <body></body>
+    </html>
+
-
- -

Quotation › <blockquote>

+

<blockquote> Quotation

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

Ordered Lists › <ol>

+

<ol> Ordered Lists

  1. One
  2. Two
  3. @@ -392,7 +385,7 @@
  4. Five
-

Unordered Lists › <ul>

+

<ul> Unordered Lists