<!DOCTYPE html>
<html>
<link href="styles.css" rel="stylesheet">
<head>
<meta charset="utf-8">
<title>Building the Prototype</title>
</head>
<body>
<div id="container">
<h1>Eagle</h1>
<!-- photo credit: wikipedia.org, image taken by Ritik -->
<img src="https://cdn.britannica.com/92/152292-050-EAF28A45/Bald-eagle.jpg" alt="Eagle Photo">
<div id="card"class="animal-info">
<p id="interesting-fact">Golden eagles have been known to hunt foxes, wild cats and even young deer and goats.</p>
<ul id="facts">
<li>
<span class"lab">Scientific Name</span>: haliaeetus leucocephalus
</li>
<li>
<span class"lab">Average Height</span>: 70–102 centimeters
</li>
<li>
<span class"lab">Average Lifespan</span>: 20 years
</li>
<li>
<span class"lab">Habitat</span>: Near Water
</li>
</ul>
<p id="summary">Eagle is the common name for many large birds of prey of the family Accipitridae. Eagles belong to several groups of genera, some of which are closely related. Most of the 60 species of eagle are from Eurasia and Africa. Outside this area, just 14 species can be found—2 in North America, 9 in Central and South America, and 3 in Australia.
</p>
</div>
</div>
</body>
</html>
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.