-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (42 loc) · 1.92 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pets</title>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<nav>
<h1>MY PET</h1>
</nav>
<div class="dog1">
<p>This is a picture of my lovely pet called John.I took him 4years ago and has a lot of benefits to me</p>
<img src="./images/dogs_1280p_0.jpg" alt="">
</div>
<div class="dog2">
<h1>About Pets & People</h1>
<p>There are many health benefits of owning a pet. They can increase opportunities to exercise, get outside, and socialize. Regular walking or playing with pets can decrease blood pressure, cholesterol levels, and triglyceride levels. Pets can help manage loneliness and depression by giving us companionship. Most households across the world have at least one pet.</p>
<p>Studies have shown that the bond between people and their pets can increase fitness, lower stress, and bring happiness to their owners. Some of the health benefits of having a pet include</p>
<ul>
<li>Decreased blood pressure</li>
<li>Decreased cholesterol levels</li>
<li>Decreased triglyceride levels</li>
<li>Decreased feelings of loneliness</li>
<li>Increased opportunities for exercise and outdoor activities</li>
</ul>
</div>
<div class="dog3">
<h2>Favorite Toys and Activities</h2>
<div id="toys">
<p class="img1a">This is photo of my favorite toy called Teddy bear</p>
<img src="./images/ted.jpg" alt="" class="img1">
<p class="img2a">My favorite activity is swimming.</p>
<img src="./images/download.jpg" alt="" class="img2">
</div>
</div>
<footer>
<span> COPYRIGHT © 2020.All Rights Reserved</span>
</footer>
</body>
</html>