Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
22 views2 pages

!doctype HTML

The document provides an overview of the Animal Kingdom, also known as Animalia, which includes all animals that can move and consume food for energy. It categorizes animals into herbivores, carnivores, and omnivores, providing examples and dietary information in a table format. The conclusion emphasizes the diversity of the animal kingdom and the importance of understanding different animal types and their diets.

Uploaded by

Mohanya Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views2 pages

!doctype HTML

The document provides an overview of the Animal Kingdom, also known as Animalia, which includes all animals that can move and consume food for energy. It categorizes animals into herbivores, carnivores, and omnivores, providing examples and dietary information in a table format. The conclusion emphasizes the diversity of the animal kingdom and the importance of understanding different animal types and their diets.

Uploaded by

Mohanya Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>

<head>
<title>Animal Kingdom</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #e0f7fa;
margin: 0;
padding: 0;
}
header {
background-color: #00796b;
color: white;
text-align: center;
padding: 20px;
}
h1, h2 {
color: #00796b;
text-align: center;
}
p {
margin: 20px;
text-align: center;
}
table {
width: 80%;
border-collapse: collapse;
margin: 20px auto;
}
th, td {
border: 1px solid #00796b;
padding: 10px;
text-align: center;
}
th {
background-color: #004d40;
color: white;
}
td img {
width: 100px;
height: auto;
}
</style>
</head>
<body>
<header>
<h1>Welcome to the Animal Kingdom</h1>
</header>
<h2>What is the Animal Kingdom?</h2>
<p>The animal kingdom, also known as Animalia, includes all animals. Animals
are living organisms that can move on their own and eat food to get energy.</p>
<h2>Animal Types and Their Diets</h2>
<table>
<tr>
<th>Type of Animal</th>
<th>Example</th>
<th>Diet</th>
<th>Picture</th>
</tr>
<tr>
<td>Herbivore</td>
<td>Elephant</td>
<td>Plants</td>
<td><img src="https://via.placeholder.com/100" alt="Elephant"></td>
</tr>
<tr>
<td>Carnivore</td>
<td>Lion</td>
<td>Meat</td>
<td><img src="https://via.placeholder.com/100" alt="Lion"></td>
</tr>
<tr>
<td>Omnivore</td>
<td>Bear</td>
<td>Plants and Meat</td>
<td><img src="https://via.placeholder.com/100" alt="Bear"></td>
</tr>
<tr>
<td>Herbivore</td>
<td>Giraffe</td>
<td>Plants</td>
<td><img src="https://via.placeholder.com/100" alt="Giraffe"></td>
</tr>
<tr>
<td>Carnivore</td>
<td>Eagle</td>
<td>Meat</td>
<td><img src="https://via.placeholder.com/100" alt="Eagle"></td>
</tr>
<tr>
<td>Omnivore</td>
<td>Human</td>
<td>Plants and Meat</td>
<td><img src="https://via.placeholder.com/100" alt="Human"></td>
</tr>
</table>
<h2>Conclusion</h2>
<p>The animal kingdom is vast and diverse. Understanding different types of
animals and their diets helps us appreciate the complexity of life on Earth.</p>
</body>
</html>

You might also like