-
Notifications
You must be signed in to change notification settings - Fork 0
/
avenger-1.html
32 lines (30 loc) · 879 Bytes
/
avenger-1.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="menu">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
<h2>Thor</h2>
<div class="gallery">
<img src="images/avengers_01.jpg"/>
</div>
<h4>Bio</h4>
<p><b>Full name:</b> Thor Odinson</p>
<p><b>Place of Birth:</b> Asgard</p>
<p><b>Alignment:</b> Good</p>
<p><b>Race:</b> Asgardian</p>
<br/>
<h4>Power Stats</h4>
<p><b>Intelligence:</b> 70%</p>
<p><b>Strength:</b> 100%</p>
<p><b>Speed:</b> 92%</p>
<p><b>Durability:</b> 100%</p>
<p><b>Power:</b> 100%</p>
<p><b>Combat:</b> 100%</p>
</body>
</html>