-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphotography.html
25 lines (25 loc) · 896 Bytes
/
photography.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<title></title>
<body>
<h1>Gallery</h1>
<a href="#clouds">Clouds</a>
<a href="#moss">Moss</a>
<div name="clouds">
<a target="_blank" href="images/clouds%20and%20poles.JPG">
<img src="images/clouds%20and%20poles.JPG" alt="Grande Ronde Valley" width="200" height="auto">
</a>
<a target="_blank" href="images/yellowstone%20lenticular.jpg">
<img src="images/yellowstone%20lenticular.jpg" alt="Yellowstone Cap" width="200" height="auto">
</a>
</div>
<div name="moss">
<a target="_blank" href="images/moss%20on%20rock.JPG">
<img src="images/moss%20on%20rock.JPG" alt="nice moss" width="200">
</a>
</div>
</body>
</html>