-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpigeon.html
31 lines (26 loc) · 826 Bytes
/
pigeon.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
<!DOCTYPE html>
<html>
<head>
<title>All About Pigeons</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Welcome to the World of Pigeons!</h1>
<p>Discover the fascinating world of these often-misunderstood birds.</p>
<div class="image-gallery">
<img src="pigeon1.jpg" alt="Pigeon perched on a statue">
<img src="pigeon2.jpg" alt="Pigeon in flight">
<img src="pigeon3.jpg" alt="Pigeon feeding on seeds">
</div>
<div class="about">
<h2>About Pigeons</h2>
<p>Learn about the history, behavior, and ecology of pigeons.</p>
<a href="about.html">Read More</a>
</div>
<div class="conservation">
<h2>Pigeon Conservation</h2>
<p>Discover how you can help protect pigeon populations.</p>
<a href="conservation.html">Learn More</a>
</div>
</body>
</html>