-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.6 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>My test page</title>
</head>
<body>
<!--
Citations for Facts and Images:
10 koala-ty facts about koalas. WWF. (n.d.). Retrieved January 27, 2023, from https://www.wwf.org.au/news/blogs/10-interesting-facts-about-koalas
Top 10 facts about koalas. WWF. (n.d.). Retrieved January 27, 2023, from https://www.wwf.org.uk/learn/fascinating-facts/koala
-->
<h1> Koala Facts! by Prasad Prabhu </h1>
<p>Here are some fun facts about Koalas! Koalas can sleep up to 18 hours a day, this is because they don't get much energy from their diet.
Koalas survive on a diet of eucalyptus leaves and can eat up to a <strong>kilogram</strong> a day.
Koalas can be found in southeastern and eastern <strong>Australia</strong> which means they live on one of the driest continents in the world.
These facts come from the <strong>WWF</strong> (World Wildlife Fund) organization and you can learn more about Koalas on their
<a href="https://www.wwf.org.au/news/blogs/10-interesting-facts-about-koalas" title="WWF.org" target="_blank">homepage</a>.</p>
<img src="https://www.wwf.org.uk/sites/default/files/styles/social_share_image/public/2022-05/_WW236934.jpg?itok=wsulCklO" alt="Koala in tree" title="Logo">
<p><em>Image and facts belong to WWF and was obtained from <a href="https://www.wwf.org.au/news/blogs/10-interesting-facts-about-koalas" title="WWF.org" target="_blank">https://www.wwf.org.au/news/blogs/10-interesting-facts-about-koalas</a></em></p>
</body>
</html>