-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBatman-Bio.html
More file actions
53 lines (50 loc) · 2.57 KB
/
Batman-Bio.html
File metadata and controls
53 lines (50 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<title>Batman Character Bio</title>
<link rel="icon" href="https://i.pinimg.com/474x/5e/56/57/5e5657e2746c9149bee144d6b20c73b4.jpg" type="image/jpeg">
<link rel="stylesheet" href="fontstyles.css">
<style>
body {
color: yellow;
background-color: rgb(51, 51, 51);
}
</style>
</head>
<body>
<h2>Batman</h2>
<img src="https://static.wikia.nocookie.net/dark-knight-trilogy/images/b/b6/Batman-profile.png/revision/latest?cb=20221010073545.jpeg" title="The Dark Knight" alt="Batman" width="15%" height="30%"/>
<h2>Summary</h2>
<blockquote>I am vengeance, I am the night, I am Batman!</blockquote>
<p>After losing both of his parents to a tragic and, albeit, petty crime, Bruce devotes his entire life to make sure it is completely eliminated. He is a billionaire and the head of Wayne Enterprises - the company his father left him after he died. But he leads a double life; by day he is a CEO and by night he is Batman. He uses his wealth and skills to keep Gotham's streets safe, by taking out supervillains and thugs to keep the streets clean. Batman is armed with an arsenal of gadgets and abilities; he is the only hope for Gotham.</p>
<h2>Facts</h2>
<ul>
<li>Real Name: Bruce Wayne</li>
<li>Nickname: The Caped Crusader</li>
<li>Occupation: CEO/Philanthropist/Vigilante</li>
<li>Eyes: Blue</li>
<li>Hair: Black</li>
<li>Height: 6 ft 4</li>
<li>First Appearance: Detective Comics #27 (May, 1939)</li>
</ul>
<h2>Traits</h2>
<ul>
<li>The <b>World’s greatest detective</b></li>
<li>Master of many martial arts forms</li>
<li>Advanced physical conditioning</li>
<li>Advanced mental conditioning</li>
<li>Strong moral code <b>(no-kill rule)</b></li>
<li>Expert criminologist and forensic scientist</li>
<li>Stealth expert</li>
<li>Photographic memory</li>
<li>Genius-level intellect and master strategist</li>
<li>Inventor of advanced gadgets and weapons like the Batarang and grappling hook</li>
<li>Arsenal of advanced vehicles (Batmobile, Batwing, etc.)</li>
<li>Elite hacker and cybersecurity expert</li>
<li>Master escape artist</li>
<li>Resistant to psychological manipulation, especially from his villains</li>
<li>Vast wealth and resources from Wayne Enterprises</li>
<li>Driven by justice and relentless determination</li>
</ul>
</body>
</html>