-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (47 loc) · 1.55 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
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 name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link href="/src/styles.css" rel="stylesheet" type="text/css" />
<a href="https://ioc.exchange/@CarpeDiemT3ch" rel="me">Follow me on Mastodon</a>
<title>NationalParks</title>
</head>
<h1>
National Parks: Places to Explore
</h1>
<br>
<button>
Choose your National Park!
</button>
<br>
<h2>
National Parks <br> Are the Treasures of the People
</h2>
<body>
<div class="myDiv">
<p>
There are over <strong>400</strong> National Park Sites in the United States of America. There are 62 locations known as <em>National Parks. </em> <br><br>
These have a special designation. <br>National Park Sites are historic, natural, large, small, houses, battlefields, international, and so much more.
They are protected by the men and women of the National Park Service and are for all people to enjoy.
<br>
<br>
<span>
Click <a href="https://www.doi.gov/" target="_blank"> here <br> </a> to see the U.S. Department of the Interior Website
</span>
<br>
<br>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/Logo_of_the_United_States_National_Park_Service.svg/920px-Logo_of_the_United_States_National_Park_Service.svg.png" width=300
alt=" National Park Logo">
</p>
</div>
<br>
<br>
<hr>
<p>
<strong> Coded by Meghan Jacquot </strong>
</p>
<script src="src/index.js"></script>
</body>
</html>