-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdog.html
More file actions
41 lines (24 loc) · 902 Bytes
/
Copy pathdog.html
File metadata and controls
41 lines (24 loc) · 902 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
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dog Picture Gallery</title>
<meta charset="utf-8">
</head>
<body>
<nav>
<a href="Assignment.html"> Home</a> |
<a href="dog.html">Dog Picture</a> |
<a href ="dog_video.html"> Dog Video</a> |
<a href ="Wisdom_Quote.html">WisdomQuote</a> |
</nav>
<p> This is a picture of a dog.</p>
<img src="bernese-mountain-dog-royalty-free-image-1581013857.avif" alt="flowers" width="200" height="300">
<nav>
<a href="https://www.pexels.com/search/dog/">Dog Picture Gallery</a> |
<a href= "https://datazone.birdlife.org/species/factsheet/bald-eagle-haliaeetus-leucocephalus">Bald Eagle<a/> |
<a href = "https://www.cmzoo.org/news/archive/animal/lion/"> Lion are Kings<a/> |
<a href="https://www.pinterest.com/pin/fisher-bear-3i4803--113715959330728985/">The bear and the fish<a/> |
<a href="#">contact<a/> |
</nav>
</body>
</html>