-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIronMan.html
63 lines (49 loc) · 2.63 KB
/
IronMan.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
<!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>Irom Man</title>
</head>
<style>
body {
color: white;
}
</style>
<body>
<table cellspacing ="20">
<!-- <body style="background-color:gray;"> -->
<body style="background: linear-gradient(45deg, blueviolet, deeppink);">
</table>
<hr size="3" noshade>
<center>
<h1>Iron Man </h1>
<img src="iron_man.jpg" alt="Iron Man's Image" width="350" height="300">
<p>Iron Man is a 2008 American superhero film based on the Marvel Comics character of the same name. Produced by Marvel Studios and distributed by Paramount Pictures,[N 1] it is the first film in the Marvel Cinematic Universe (MCU). Directed by Jon Favreau from a screenplay by the writing teams of Mark Fergus and Hawk Ostby, and Art Marcum and Matt Holloway, the film stars Robert Downey Jr. as Tony Stark / Iron Man alongside Terrence Howard, Jeff Bridges, Shaun Toub, and Gwyneth Paltrow. In the film, following his escape from captivity by a terrorist group, world famous industrialist and master engineer Tony Stark builds a mechanized suit of armor and becomes the superhero Iron Man.</p>
</center>
<hr size="3" noshade>
<h2>
<b>Body Type :</b>
</h2>
<p> HEIGHT: 6 ft. 1 in.</p>
<p>WEIGHT: 185 lbs.</p>
<p>EYES : Blue</p>
<p>HAIR: Black</p>
<h3>STRENGTH</h3>
<p>Without his armor Tony Stark possesses the normal strength of a normal human man his age, height, and build who engages in moderate regular exercise. His armor magnifies Stark strength to superhuman levels, enabling him to lift (press) roughly 85 times.</p>
<hr size="3" noshade>
<h3>Wekness</h3>
<p> Captain America is subject to all human vulnerabilities, although his immunity to diseases is extraordinary.</p>
<h3>Other Abilities</h3>
<p>Tony Stark is a genius who is a responsible for numerous major discoveries, inventions, and other achievements in various areas of technology.</p>
<h3>Weapons and paraphernalia</h3>
<p>Iron Man wears a sophisticated suit a body armor containing various offensive weaponry. The precise specifications of which are located within the site. Click here to go to the page.</p>
<table cellspacing="10">
</table>
<hr size="3" noshade>
<center>
<a href="MarvelArmy.html"><h1>GO to previous page</h1></a>
</center>
</body>
</html>