-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 699 Bytes
/
index.html
File metadata and controls
21 lines (18 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<title> Batman's Resume </title>
</head>
<body>
<hr>
<img src = "Batman.png" height="500" width="500" alt = "Batman.png">
<h1> <a href="http://www.dccomics.com/characters/batman">Bruce Wayne </a> </h1>
<h2> Address: Everywhere, Gotham City </h2>
<p> The purpose of this resume is to show you my lifesaving, superhero experience</p>
<ul>
<li> Day job: CEO, Wayne Enterprises </li>
<li> Night job: Batman, Beat bad guys </li>
<li> Skills: exceptional martial artist, combat strategy, inexhaustible wealth, brilliant deductive skill, advanced technology</li>
</ul>
</body>
</html>