-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 2.47 KB
/
index.html
File metadata and controls
40 lines (35 loc) · 2.47 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kalkidan Woldetsadik</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The most beautiful creatures on earth-Birds</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<h1><b>The Most Beautiful Creatures You Could Watch Forever</b></h1>
</header>
<main>
<p>Did you know that some birds can sleep while flying or see colors that people can’t? I learned this recently, and now I notice birds even more. This morning, as I sat by my window , I saw a flock of birds flying across the bright sky. Their wings looked shiny in the sunlight, and their happy songs filled the air.
One little sparrow landed near me and chirped before flying away again. Watching the birds made me feel calm and free, like I could fly too. Birds make the world more beautiful with their songs, their colors, and the way they move. They remind me that nature is full of life and wonder every day.
If you're a casual garden birdwatcher like me here are some of the birds you'll most likely see. </p>
<ul>
<li><b>House sparrow :</b> Widespread in Britain and Ireland</li>
<img src="https://th.bing.com/th/id/OIP.l8Wu7MtD8cn3LJfkPfw6IgHaFj?w=261&h=197&c=7&r=0&o=7&cb=ucfimg2&dpr=1.2&pid=1.7&rm=3&ucfimg=1.jpg" alt="house sparrow bird" width="50%" height="50%" >
<li><b>Robin :</b> one of Britain's most loved birds and often associated with Christmas.</li>
<img src="https://plus.unsplash.com/premium_photo-1720451953715-e838f68f0e56?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8cm9iaW4lMjBiaXJkfGVufDB8fDB8fHww.jpg" alt="robin bird" width="50%" height="50%" >
<li><b>Wood pigeon :</b> the largest and most common one you’ll see</li>
<img src="https://i.pinimg.com/originals/dc/b9/2d/dcb92d3462caa9ba17b58fdc7842e4ef.jpg" alt="wood pigeon bird" width="50%" height="50%" >
<li><b>Blue tit</b> : this are the only bird in the British tit family that has blue feathers</li>
<img src="https://blog.gardenwildlifedirect.co.uk/wp-content/uploads/2015/03/Eurasian_blue_tit.jpg" alt="blue tit bird" width="50%" height="50%" >
<li><b>Great Tit</b> : bigger than it’s blue tit cousin</li>
<img src="https://www.birdguides-cdn.com/cdn/gallery/birds/2621-Great-Tit.jpg?&height=1080.jpg" alt="great tit bird" width="50%" height="50%" >
</ul>
</main>
<footer>
<p>©2025 My First Web page</p>
</footer>
</body>
</html>