-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDog.html
More file actions
30 lines (24 loc) · 732 Bytes
/
Dog.html
File metadata and controls
30 lines (24 loc) · 732 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Implict Link Assignment</title>
<meta charset="utf-8">
</head>
<body>
<h3>What is a Dog?</h3>
A dog is a domesticated mammal of the family Canidae and the order Carnivora.
Its scientific name is Canis lupus familiaris. Dogs are a subspecies of the gray wolf, and they are also related to foxes and jackals.
Dogs are one of the two most ubiquitous and most popular domestic animals in the world.
<blockquote>
<img src="my_pet.jpg">
</blockquote>
<nav>
<a href="Documents_Assignment.html">Home</a> |
<a href="Wolf.html">Wolf Picture</a> |
<a href="Wolf_Video.html">Wolf Video</a>
</nav>
<blockquote>
<img src="pet.jpg">
</blockquote>
</body>
</html>