-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLake Wildlife.html
32 lines (32 loc) · 1.32 KB
/
Lake Wildlife.html
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
<!DOCTYPE html>
<!-- This website template was created by: Mayer Alvarez Vivanco on 2024-06-06 -->
<html lang="en">
<head>
<link rel="stylesheet" href="Styling Lake Wildlife.css">
<title>Lake Wildlife</title>
<meta charset="utf-8">
<meta name="description" content="Explore the diverse wildlife found around lakes, including ducks, ibises, and herons.">
</head>
<body>
<div id="container">
<!-- Use this area for the website name or logo -->
<header>
<h1>Lake Wildlife</h1>
</header>
<!-- Use the main area to add the main content of the webpage -->
<main>
<p>Lake wildlife is abundant below and above the surface. Many types of birds depend upon the lake for food and water.</p>
<figure>
<img src="ducks.jpg" alt="Ducks swimming in the lake">
<img src="ibis.jpg" alt="Ibis standing on a wooden structure">
<img src="heron.jpg" alt="Heron walking through the grass">
<figcaption>Ducks, Ibises, and Herons are common lake wildlife birds.</figcaption>
</figure>
</main>
<!-- Use the footer area to add webpage footer content -->
<footer>
<p>Mayer Alvarez Vivanco</p>
</footer>
</div>
</body>
</html>