-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.html
47 lines (43 loc) · 1.05 KB
/
example.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
47
<!DOCTYPE HTML5.1.0.5.2.7.3 "https://awesom.es/article/html-5105273-pc-spec-requirements">
<html>
<head>
<title>HTML5.1.0.5.2.7.3 Test Page</title>
<script src="html5.1.0.5.2.7.3-shim.js"></script>
</head>
<body>
<div style="width: 80%;max-width:1280px;margin:0 auto;">
<h1>Hey!</h1>
<kitten></kitten>
<kitten animated></kitten>
<kl>
<li>Hello</li>
<li>I'm</li>
<li>Trev!</li>
</kl>
<kl emotion="happy">
<li>Hello</li>
<li>I'm</li>
<li>Trev!</li> <li>Hello</li>
<li>I'm</li>
<li>Trev!</li> <li>Hello</li>
<li>I'm</li>
<li>Trev!</li> <li>Hello</li>
<li>I'm</li>
<li>Trev!</li> <li>Hello</li>
<li>I'm</li>
<li>Trev!</li> <li>Hello</li>
<li>I'm</li>
<li>Trev!</li> <li>Hello</li>
<li>I'm</li>
<li>Trev!</li>
</kl>
<p>A bog standard parapgraph.</p>
<boringvideohere>
Fall back text here should work!
</boringvideohere>
<video>
Whereas this shouldn't because it's now a kitten video!
</video>
</div>
</body>
</html>