-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (53 loc) · 2.34 KB
/
Copy pathindex.html
File metadata and controls
54 lines (53 loc) · 2.34 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Doctor Strange</title>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<header>
<nav>
<table>
<tbody>
<tr>
<td><a href="#Bio">Bio</a></td>
<td><a href="#Powers">Powers</a></td>
<td><a href="#Media">Media</a></td>
</tr>
</table>
</nav>
</header>
<main class="Main Intro">
<h1 id="intro">Doctor Strange</h1>
<p id="intro">On this short blog you will find small information on my favorite avenger Doctor Strange!</p>
</main>
<main id="Bio">
<h2>Biography</h2>
<p>Dr. Stephen Strange, M.D. a.k.a. Doctor Strange, was the Sorcerer Supreme for Earth-616.
Strange was once a brilliant but arrogant neurosurgeon, until a car accident crippled his hands.
When modern medicine failed him, he embarked on a journey to Kamar-Taj in Tibet,
where he was trained by the Ancient One. He healed his hands and learned more about Magic,
eventually becoming a Master of the Mystic Arts. He settled in the Sanctum Sanctorum in
Greenwich Village, New York City, becoming the Earth's protector from any mystical threats.</p>
<img src="Doctor-Strange-Photofest-H-2020-1601504268.webp">
</main>
<main id="Powers">
<h2>Strange's Powers</h2>
<p>Dr. Strange possesses a vast mastery of the mystic arts; his primary magical patrons are a group
of entities known as "the Vishanti." The Vishanti are a trinity of godly beings comprised of
Agamotto, Hoggoth, and Oshtur. Although he has, on rare occasions, called upon the power of
demons such as Dormammu; Strange more frequently did so before he realized Dormammu's true dark
nature in the earlier issues. He has once stated that he can kill a mortal with the mere twitch
of a finger.</p>
</main>
<main id="Media">
<h2>Media</h2>
<media>
<img src="057056dae3c4c8a5c5426f6c458ba001.gif">
</media>
</main>
</body>
</html>