-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex4.html
85 lines (71 loc) · 2.26 KB
/
index4.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!--<span STYLE="font-weight:bold"></span>
-->
<!DOCTYPE html>
<html>
<head>
<title>
Hogwarts
</title>
</head>
<body>
<h1>
Hogwarts
</h1>
<hr>
<h2>
Houses
</h2>
<ul>
<li><strong>Gryffindor</strong></li>
<li>Hufflepuff</li>
<li>Ravenclaw</li>
<li>Slytherin</li>
</ul>
<h3>Notable teachers and staff members</h3>
<ol type="1">
<li>Argus Filch</li>
<li>Filius Flitwick</li>
<li>Gilderoy Lockhart</li>
<li>Minerva McGonagall</li>
<li>Poppy Pomfrey</li>
<li>Quirinus Quirrell</li>
<li>Horace Slughorn</li>
<li>Pomona Sprout</li>
<li>Sybill Trelawney</li>
<ol type="1">
* Hogwarts ghosts
<li>The Bloody Baron</li>
<li>The Fat Friar</li>
<li>The Grey Lady</li>
<li>Nearly Headless Nickv</li>
</ol>
<ol type="1">
* Hogwarts founders
<li>Godric Gryffindor</li>
<li>Helga Hufflepuff</li>
<li>Helga Hufflepuff</li>
<li>Rowena Ravenclaw</li>
<li>Salazar Slytherin</li>
</ol>
</ol>
<div> Gryffindor, Hufflepuff, Ravenclaw and Slytherin on the Hogwarts founders section</div>
<hr>
<h4>List of spells</h4>
<dt>Aberto</dt>
<dd> A spell presumably used to open objects such as doors or windows.</dd>
<dt>Accio</dt>
<dd> This charm summons an object to the caster, potentially over a significant distance.</dd>
<dt>Expecto Patronum</dt>
<dd>Evokes a partially-tangible positive energy force known as a Patronus</dd>
<dt>Sectumsempra</dt>
<dd> A dark spell that creates large, blood-oozing gashes on the subject as if said subject had been "slashed by a sword".
<dt>Immobulus</dt>
<dd> Renders living targets immobile.</dd>
<dt>Partis Temporus</dt>
<dd>Creates a temporary gap through protective magical barriers.</dd>
<dt>Locomotor </dt>
<dd> The spell causes the named object to rise in the air and move around at the will of the caster.</dd>
</ol>
</ol>
</body>
</html>