diff --git a/typography/index.html b/typography/index.html index e8a1b23..c12389f 100644 --- a/typography/index.html +++ b/typography/index.html @@ -349,23 +349,29 @@

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

-

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

- -

<p>

+

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.

-

<hr>

+

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>


-

<pre>

+

Displaying Code › <pre>

-    Here comes code.
+    
+        
+            Code Blocks
+        
+        
+    
+
 
-

<blockquote>

+

Quotation › <blockquote>

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

<ol>

+

Ordered Lists › <ol>

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

<ul>

+

Unordered Lists › <ul>