-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.45 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Wreck-it Ralph</title>
<link href="images/favicon.ico" rel="icon"/>
</head>
<body>
<!--header element-->
<header> <img src="images/ralph-headretina_f6ef0c9b.jpg" width="450" height="450" alt=""/>
<h1>Wreck-it Ralph</h1>
</header>
<main>
<h2>About Ralph</h2>
<p>Ralph is awesome! He's an 8-bit videogame bad guy who travels the length of the arcade to prove that he is a good guy. </p>
<img src="images/wreck-it-ralph-1180x600.jpg" width="1180" height="600" alt=""/> </main>
<p>Ralph and his friends</p>
<!-- Charateristics-->
<h2>Ralph's Characteristics</h2>
<ol>
<li>He's got big hands</li>
<li>He's treated as bad-ass</li>
<li>He's trying to be a good guy</li>
</ol>
<!--friends-->
<h2>Ralph's Friends</h2>
<p>Ralph has some awesome friends. I think his best friend is Glitch. She is awesome. Click on the links below to read about them.</p>
<ul>
<li><a href="https://wreckitralph.fandom.com/wiki/Pac-Man" target="_blank">Pac-man</a></li>
<li><a href="https://wreckitralph.fandom.com/wiki/Mario" target="_blank">Mario Bros</a></li>
<li> <a href="https://disney.fandom.com/wiki/Vanellope_von_Schweetz" target="_blank">Vanellope</a></li>
</ul>
<!-- footer-->
<footer><p>This site was created during a <a href="https://taptapkaboom.com">Tap Tap Kaboom class</a>. © Vince</p></footer>
</body>
</html>