-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFile.html
More file actions
37 lines (35 loc) · 2.16 KB
/
File.html
File metadata and controls
37 lines (35 loc) · 2.16 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Beagle Breed</title>
<link rel="icon" href="path/to/favicon.png">
<link rel="stylesheet" href="path/to/styles.css">
</head>
<body>
<div class="container">
<div class="top-div">
<h1><u>The Beagle Blog</u></h1>
<p>
The beagle is a breed of small scent hound, similar in appearance to the much larger foxhound. The beagle was developed primarily for hunting hare, known as beagling. Possessing a great sense of smell and superior tracking instincts, the beagle is the primary breed used as a detection dog for prohibited agricultural imports and foodstuffs in quarantine around the world. The beagle is intelligent and is a popular pet due to its size, good temper, and a lack of inherited health problems.
</p>
<p>Read more about the beagle on <a href="https://en.wikipedia.org/wiki/Beagle" target="_blank">Wikipedia</a>.</p>
</div>
<div class="image-div">
<h2><u>Images</u></h2>
<img src="https://i0.wp.com/beagleslife.com/wp-content/uploads/2020/12/Beagle-Mom-and-Pup.jpeg?resize=300%2C300&ssl=1">
<a href="https://www.google.com/search?q=beagle&rlz=1C5CHFA_enUS944US945&sxsrf=ALiCzsYi_xLzuX5-mgRt-U2UMiiEwhaCTA:1672839794160&source=lnms&tbm=isch&sa=X&ved=2ahUKEwiat8ntha78AhVnDbcAHX7UCYYQ_AUoAXoECAEQAw&biw=1629&bih=894&dpr=2.2" target="_blank">More Images</a>
</div>
<div class="trivia-div">
<h2><u>Trivia</u></h2>
<ol>
<li>The Beagle is the fifth most popular dog breed in America.</li>
<li>The Beagle has a lifespan of 12 to 15 years.</li>
<li>Beagles were developed in England in the 1500s.</li>
<li>The Beagle is used for hunting, detection, and as a family companion.</li>
<li> Life span - 12-15 years</li>
</ol>
</div>
</div>
</body>
</html>