blob: ef62538feba8d6202fc6b3d888bc76db9fbc11e8 (
plain) (
blame)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="hi"></div>
<div aria-autocomplete="none"></div>
<div aria-expanded="undefined"></div>
<link referrerpolicy>
<div></div>
<div autofocus></div>
<div></div>
<div hidden></div>
<div aria-atomic="false"></div>
<div aria-atomic="true"></div>
<div translate="no"></div>
<div translate="yes"></div>
<form autocomplete="off"></form>
<form autocomplete="on"></form>
<div accesskey="K"></div>
<div aria-colcount="2"></div>
<object width="120" height="10"></object>
<td rowspan="2"></td>
<meter low="3.4" high="7.9"></meter>
<div class="alpha"></div>
<div class="alpha beta"></div>
<div class="alpha beta"></div>
<div><input accept="image/jpeg"></div>
<div><input accept="image/jpeg, image/png"></div>
<div><input accept="image/jpeg, image/png"></div>
<area coords="2.3, 4, 5.6">
<link color="#ff4136">
<link color="rgb(100% 32.94% 29.06%)">
<link color="rgb(50% 50% 50%)">
<link color="#958677">
<link color="oklab(27% 0.08 -0.012 / 50%)">
<link color="color(srgb-linear 20% 30% 40% / 50%)">
<link color="hsl(20deg 10% 20%)">
<link color="hsl(30deg 11.11% 27%)">
<div><time datetime="3w 4s"></time></div>
<div><time datetime="1d 4m"></time></div>
<div><time datetime="0s"></time></div>
<div><time datetime="2005-07-10"></time></div>
<div><time datetime="0000-02-01"></time></div>
<div><time datetime="06:30"></time></div>
<div><time datetime="0000-02-01T11:11"></time></div>
<div><time datetime="0000-02-01T06:00:09"></time></div>
<div dir="ltr">RTL</div>
<img src="image.png" alt="My wonderful image" srcset="/image-120px.png 120w, /image-60px.png 60w" sizes="(min-width: 800px) 400pt, (min-width: 400px) 250pt">
<form enctype="text/plain"></form>
<form role="complementary"></form>
<div hidden="until-found"></div>
<div aria-checked="false"></div>
<div aria-checked="true"></div>
<div aria-checked="mixed"></div>
<div><input value="5.6"></div>
<div><input value="#ff4136"></div>
<div><input min="3" max="9"></div>
<link rel="icon" sizes="32x24 64x48">
</body>
</html>
|