-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-list.html
92 lines (90 loc) · 5.12 KB
/
my-list.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Cats</title>
<link rel="icon" type="image/png" href="images/cat-favicon.png" sizes="32x32" />
<link rel="stylesheet" href="css/my-list-style.css"/>
</head>
<body>
<div class="header">
<div id="page_title">Most Popular Cat Breeds</div>
</div>
<table width="100%"><tr><td align="center"><img class="profile_img" src="./images/cat-proflie.png" width="100px"></td></tr></table>
<center class="profile">
<div class="author">Adrienne Kruzer, RVT, LVT</div>
<div class="date">Updated 17-6-2019</div>
<hr size="2px" color="#e6e6e6" width="200px" style="margin-top:10px;">
</center>
<div style="height:60px;"></div>
<div id="flex-container">
<div class="heading_num">1.</div>
<div style="flex:50%;">
<div class="heading">Siamese</div>
<div class="space"></div>
<div class="paragraphs">
Popular since the 19th century, this breed of cat originated in Thailand (formerly known as Siam). The Siamese has helped create many other breeds, including the Oriental Shorthair, Sphynx, and Himalayan.Siamese cats have distinct markings called "points" that are the areas of coloration on their face, ears, feet, and tail, but some Siamese may not have any points. There are also two varieties of Siamese cats, one with an "apple" shaped head and chubbier body and one with a larger head and slender body.The animated Disney film, "Lady and the Tramp," featured Siamese cats singing a song and demonstrating not only their intelligence but also how vocal they can be.Many Siamese cats that were originally from Thailand had a kink in their tail. This trait was bred out of most Siamese, but you'll still find it in Siamese street cats in Thailand.
<div class="space"></div>
<span style="font-weight:bold">Recommended</span>:<a href="https://www.thesprucepets.com/siamese-cat-breed-profile-551912">Siamese</a>
</div>
<div class="space"></div>
<img src="./images/cat3.jpg" width="66.67%">
<div style="height:120px"></div>
</div>
</div>
<div style="height:60px;"></div>
<div id="flex-container">
<div class="heading_num">2.</div>
<div style="flex:50%;">
<div class="heading">Ragdoll</div>
<div class="space"></div>
<div class="paragraphs">
Ragdoll cats get their name from their docile temperament. They seem to go limp when picked up, much like a rag doll. At one time, it was even thought that they couldn’t feel pain, but that is of course only a myth.Ragdolls look a lot like long-haired Siamese cats with their pointed color patterns. They also have distinctive blue eyes and dog-like personalities, following their owners around the house.
<div class="space"></div>
<span style="font-weight:bold">Recommended</span>:<a href="https://www.thesprucepets.com/ragdoll-cat-breed-profile-4583144">Ragdoll</a>
</div>
<div class="space"></div>
<img src="./images/cat4.jpg" width="66.67%">
<div style="height:120px"></div>
</div>
</div>
<div style="height:60px;"></div>
<div id="flex-container">
<div class="heading_num">3.</div>
<div style="flex:50%;">
<div class="heading">Himalayan</div>
<div class="space"></div>
<div class="paragraphs">
Very similar to the Persian, the Himalayan cat is considered a sub-breed in some cat associations and a breed all their own in others.Himalayans were bred from crossing Persians and Siamese to achieve their color points. Himalayans only come in the color point pattern, but this pattern can be a variety of colors.
<div class="space"></div>
<span style="font-weight:bold">Recommended</span>:<a href="https://www.thesprucepets.com/himalayan-cat-breed-profile-4691062">Himalayan</a>
</div>
<div class="space"></div>
<img src="./images/cat5.jpg" width="66.67%">
<div style="height:120px"></div>
</div>
</div>
<div style="height:60px;"></div>
<div id="flex-container">
<div class="heading_num">4.</div>
<div style="flex:50%;">
<div class="heading">American Shorthair</div>
<div class="space"></div>
<div class="paragraphs">
An all-American breed, the American Shorthair cat is a large, intelligent shorthair feline that has a round face and short ears. They are often confused with domestic, mixed-breed cats, but are in fact a purebred and their name change from domestic shorthair cats in 1966 helped to differentiate them.
<div class="space"></div>
<span style="font-weight:bold">Recommended</span>:<a href="https://www.thesprucepets.com/american-shorthair-cat-breed-profile-4774399">American Shorthair</a>
</div>
<div class="space"></div>
<img src="./images/cat6.jpg" width="66.67%">
<div style="height:120px"></div>
</div>
</div>
<div id=cat-gif>
<div class=text><span class=hightlight>Thanks for you reading!!</span></div>
<img class=cat-gif-position src="./images/cat7.gif">
<img class=cat-gif-position src="./images/cat7.gif">
<img class=cat-gif-position src="./images/cat7.gif">
</div>
</body>
</html>