-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.HTML
75 lines (37 loc) · 2.82 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pet's Website</title>
<link rel="stylesheet" href="pet.css">
<h1 style="text-align: center; font-size: xxx-large;">Home Page</h1>
<hr>
<a href="https://www.bing.com/images/search?q=Keeping+Pets&FORM=RESTAB">
<button style="font-size: x-large;">pet link</button></a>
<a href="Fish.HTML">
<button style="font-size: x-large;">Fish</button></a>
<a href="Horses.html">
<button style="font-size: x-large;">Horses</button></a>
<a href="Donkey.html">
<button style="font-size: x-large;">Donkey</button></a>
<a href="Rabbit.HTML">
<button style="font-size: x-large;">Rabbits</button></a>
<a href="Ferrets.html">
<button style="font-size: x-large;">Ferrets</button></a>
<a href="Cat.html">
<button class="irfan" style="font-size: x-large;">Cat</button></a>
<a href="Parrot.html">
<button style="font-size: x-large;">Parrot</button></a>
<h1><i>Pet's;</i></h1>
<img width="33%" height="283.2px" src="pet img.jpg" alt="Sorry for this ">
<img width="33%" height="283.2px" src="cat pix.jpg" alt="Sorry for this ">
<img width="33%" src="dog pic.jpg" alt="Sorry for this ">
<h2>Content about Page</h2>
<article style="font-size: larger;">A pet, or companion animal, is an animal kept primarily for a person's company or entertainment rather than as a working animal, livestock, or a laboratory animal. Popular pets are often considered to have attractive/cute appearances, intelligence, and relatable personalities, but some pets may be taken in on an altruistic basis (such as a stray animal) and accepted by the owner regardless of these characteristics.
<p class="pro">Two of the most popular pets are dogs and cats. Other animals commonly kept include rabbits; ferrets; pigs; rodents such as gerbils, hamsters, chinchillas, rats, mice, and guinea pigs; birds such as parrots, passerines, and fowls; reptiles such as turtles, lizards, snakes, and iguanas; aquatic pets such as fish, freshwater snails, and saltwater snails; amphibians such as frogs and salamanders; and arthropod pets such as tarantulas and hermit crabs.</p> Small pets may be grouped together as pocket pets, while the equine and bovine group include the largest companion animals.</article>
<p class="ahtsham"> Lorem ipsum dolor sit, amet consectetur adipisicing elit. At laudantium dolorem dicta minima quibusdam. Animi labore fugit, deserunt quae maxime harum repellat voluptates rerum in earum accusantium fugiat eos perferendis.</p>
</head>
<body>
</body>
</html>