-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanimals.html
More file actions
62 lines (54 loc) · 2.22 KB
/
Copy pathanimals.html
File metadata and controls
62 lines (54 loc) · 2.22 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animals Information</title>
<link rel="shortcut icon" href="/panda.webp" type="image/x-icon">
</head>
<body>
<h1>Animals Information</h1>
<div class="animals section">
<div class="animal-card">
<h2>giraff</h2>
<img src="/images/OIP.webp" alt="giraff"><br>
</div>
<div class="animal-card">
<h2>Tiger</h2>
<img src="/images/download (2).webp" alt="Tiger"><br>
</div>
<div class="animal-card">
<h2>Elephant</h2>
<img src="/images/download.webp" alt="e"><br>
</div>
<div class="animal-card"></div>
<h2>Zebra</h2>
<img src="/images/download (1).webp" alt="z">
</div>
<img src="/panda.webp" alt="">
<a href="panda.webp" download="panda.webp"><button>download</button></a>
<p> A Panda (Ailuropoda melanoleuca), bear with striking black-and-white coloration <br>
may attain 1.8 metres (6 feet) in length and weigh more than 100 kg (220 pounds);<br> females are usually smaller. <br> Round black ears and black eye patches stand out against a white face and neck. </p>
<ul>
<li>Habitat:wild forest</li>
<li>Diet:leaves and meat</li>
<li>Lifespan:30years</li>
</ul>
<audio controls>
<source src="wild-kingdom-theme-384193.mp3">
</audio>
<table border="2rems">
<tr>
<th>speed</th>
<th>weight</th>
<tr>
<td>500km</td>
<td>140kg</td>
</tr>
</tr>
</table>
<iframe width="560" height="315" src="https://www.youtube.com/embed/v7GOSYDu-mo?si=VVPjwMfOOcwGp1Vl" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><br>
<a href="http://www.youtube.com" target="_blank" rel="noopener noreferrer">learn more</a>
</div>
</body>
</html>