-
Notifications
You must be signed in to change notification settings - Fork 0
/
revolutionarywar1.html
67 lines (66 loc) · 3.3 KB
/
revolutionarywar1.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
64
65
66
67
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>LearnZilla | Subjects | World History</title>
<link rel="stylesheet" type="text/css" href="StyleSheet1.css" />
<link rel="icon" type="image/bmp" href="favicon.bmp" />
<script type="text/javascript" src="profile.js"></script>
<script type="text/javascript" src="performance.js"></script>
<script type="text/javascript" src="clock.js"></script>
</head>
<body>
<!--main-->
<div class="main">
<!--header-->
<div class="header">
<img id="center" src="learnzilla.bmp" width="550" alt="Learnzilla" />
</div>
<!--nav-->
<div class="nav">
<a class="navlinks" href="home.html">Home</a>
<a class="navlinks" href="about.html">About</a>
<a class="navlinks" id="currentnav">Subjects</a>
<a class="navlinks" href="login.html">Login</a>
<a class="navlinks" href="progress.html">Progress</a>
</div>
<!--content-->
<div class="content">
<h3>The Treaty of Paris</h3>
<p>
For this lesson, you will learn about one of the most important events that occured during the Revolutionary War of the United States of America.
</p>
<iframe src="https://www.youtube.com/embed/S7ii4avbdfY?modestbranding=1&autohide=1&showinfo=0" width="650" height="400" frameborder="0" allowfullscreen></iframe>
<br />
<p>
The revolutionary war was a very eventful and important part of American history. It teaches us the importance of fighting for what is right and how not to give up. As it goes, the colonies were not doing well in the begining of the war. It was tough for the colonies to have to fight their powerhouse at the time: Great Britain.
</p>
<p>
Great conflicts such as the Battle of Yorktown ensued, with George Washington leading the colonies in battle and overcoming the British army. Back-and-forth combat would continue between the colonies and Britain until both forces were exhausted of resources. Thus, an especially crucial win for the colonies came in the Battle of Saratoga. This battle marked the turning point in the war and would persuade other countries such as France and Spain to help the colonies in their struggle.
</p>
<br />
<a class="nextlink" href="revolutionarywar2.html">Next ›</a>
<br /><br /><br />
</div>
<!--footer-->
<div class="footer">
<table class="cleartable">
<tr>
<td width="650">
<i>TEAM #2068</i>
<br />
<i>Software Development</i>
<br />
<i>Technology Student Association</i>
</td>
<td width="100">
<a href="https://tsaweb.org/">
<img class="footerimg" src="tsa_logo.png" width="100" alt="TSA Logo" />
</a>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>