-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.25 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystylesheet.css">
<script src=myfunctions.js> </script>
</head>
<body>
<h1 id="headers"> Fun things to do in Lincoln County </h1>
<h3> Created by Cath </h3>
<div>
<h2 id = "hikinghead" onmouseover="highlightcolor('hikinghead')"
onmouseout="normalcolor('hikinghead')"> Hiking </h2>
<p class="bodytext"> Visit one of the Damariscotta River Association
or the Pemaquid Watershed Association preserves or the
Boothbay Region Land Trust.</p>
</div>
<div id="imgsection">
<img src = 'greatSaltBay.jpg'>
</div>
<div>
<h2 id="siteseeinghead" onmouseover="highlightcolor('siteseeinghead')"
onmouseout="normalcolor('siteseeinghead')"> Siteseeing </h2>
<p class="bodytext"> Visit Pemaquid Lighthouse and Museum. </p>
</div>
<div>
<h2 id="onthewaterhead" onmouseover="highlightcolor('onthewaterhead')"
onmouseout="normalcolor('onthewaterhead')"> On the water </h2>
<p class="bodytext"> Why not take a boat ride? Check out the Hardy Boat from
New Harbor to see some puffins, go whale watching or visit
Monhegan Island. There are options from Boothbay Harbor too.</p>
</div>
</body>
</html>