-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReason2.html
30 lines (30 loc) · 1.02 KB
/
Reason2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Reason #2</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="Yam For President.png">
<h1>I am a role model!</h1>
</header>
<main>
<img src="role model yam.png">
<p>You should vote for Yam in the 2025 presidental class election because he is a role model.<br>
A role model is a cool person you look up to and wanna be like when you grow up. <br>
According to Mrs. Peters, Yam is an "role model". This evidence shows that Yam is a role model. <br>
Now you know just one of the reasons you should vote for Yam in the class election!
</p>
</main>
<nav>
<a href="index.html">Home</a>
<a href="Reason1.html">Reason #1</a>
<a href="Reason3.html">Reason #3</a>
<a href="Reason4.html">Reason #4</a>
<a href="Reason5.html">Reason #5</a>
<a href="About Me.html">About Me</a>
</nav>
</body>
</html>