-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
46 lines (46 loc) · 2.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>html5-h Demo</title>
<script src="components/platform/platform.js"></script>
<link rel="import" href="html5-h.html">
<link rel="stylesheet" href="demo.css">
</head>
<body unresolved>
<html5-h>Ramones: Hey! Ho! Let's Go</html5-h>
<div class="excode">
<p><strong>code:</strong></p>
<pre><code><html5-h>Ramones: Hey! Ho! Let's Go</html5-h></code></pre>
</div>
<div class="info">
<p>This page uses the <strong>recommended, stand-alone</strong> version of <code><html5-h></code>. You should use this if: you are working in a HTML5 environment; all your sectioning is done via HTML5 sectioning elements and JavaScript will be available.</p>
<p>If any of these conditions are not met, we suggest you use the <a href="demo-fallback.html">fallback version</a>, which extends <code><h1></code> instead. More information can be found in the <a href="https://github.com/ThePacielloGroup/html5-h#html5-h">README</a>.</p>
</div>
<html5-h>Heading text level 1</html5-h>
<section><html5-h>Heading text level 2</html5-h>
<section><html5-h>Heading text level 3</html5-h>
<section><html5-h>Heading text level 4</html5-h>
<section><html5-h>Heading text level 5</html5-h>
<section><html5-h>Heading text level 6</html5-h>
</section>
</section>
</section>
</section>
</section>
<div class="excode">
<p><strong>code:</strong></p>
<pre><code><html5-h>Heading text level 1</html5-h>
<section><html5-h>Heading text level 2</html5-h>
<section><html5-h>Heading text level 3</html5-h>
<section><html5-h>Heading text level 4</html5-h>
<section><html5-h>Heading text level 5</html5-h>
<section><html5-h>Heading text level 6</html5-h>
</section>
</section>
</section>
</section>
</section></code></pre>
</div>
</body>
</html>