Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <title>Fonts and margins of HTML headers</title> |
michael@0 | 3 | <style type="text/css"> |
michael@0 | 4 | |
michael@0 | 5 | div { border: medium solid blue } |
michael@0 | 6 | |
michael@0 | 7 | </style> |
michael@0 | 8 | |
michael@0 | 9 | <div><h1>Level 1</h1></div> |
michael@0 | 10 | <article> |
michael@0 | 11 | <div><h1>Level 2</h1></div> |
michael@0 | 12 | <nav> |
michael@0 | 13 | <div><h1>Level 3</h1></div> |
michael@0 | 14 | </nav> |
michael@0 | 15 | <section> |
michael@0 | 16 | <aside> |
michael@0 | 17 | <div><h1>Level 4</h1></div> |
michael@0 | 18 | </aside> |
michael@0 | 19 | </section> |
michael@0 | 20 | <section> |
michael@0 | 21 | <nav> |
michael@0 | 22 | <nav> |
michael@0 | 23 | <div><h1>Level 5</h1></div> |
michael@0 | 24 | <aside> |
michael@0 | 25 | <div><h1>Level 6</h1></div> |
michael@0 | 26 | </aside> |
michael@0 | 27 | </nav> |
michael@0 | 28 | </nav> |
michael@0 | 29 | </section> |
michael@0 | 30 | </article> |