-
Notifications
You must be signed in to change notification settings - Fork 0
/
dompractice.html
46 lines (46 loc) · 1.14 KB
/
dompractice.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">
</head>
<body>
<header>
<span>hello.com</span>
</header>
<main>
<section>
<div>
<p>
The commercialization of cottage cheese is unacceptable
</p>
<section>
<h1>NONETHELESS</h1>
<span>We cannot continue as if the foodstuff community-at-large
has not been waging a <a href="https://www.chess.com/play/computer">(play chess here)</a>
war on our beloved democracy</span>
</section>
</div>
<h2>Resistance</h2>
<h3 id="xfiles"> The truth is out there</h3>
<span><strike>Cowabunga</strike></span>
</section>
<section id="2">
<p>How could we stay quiet, sir?</p>
<h1>Are <a id="second">You</a> not terrified? </h1>
<p>Is there really <q>everything needed to confirm your beliefs</q> out there?</p>
</section>
</main>
<footer>
<div>
<h1>Yes there is!</h1>
<section>
<span> <i>Sometimes</i> good honest folk have to get their hands dirty</span>
</section>
<section>
<code> internet.computer</code>
</section>
</div>
</footer>
</body>
</html>
<!-- count: 10, 5, 5, 1 -->