Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
24 views4 pages

Siamese

Cat website
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views4 pages

Siamese

Cat website
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Siamese Cat</title>
<style>
/* General Styles */
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
}

/* Header Styles */
header {
background: #f0f0f0;
padding: 40px 20px;
text-align: center;
border-bottom: 2px solid #ddd;
}
header h1 {
font-size: 2.5em;
margin: 0;
color: #0056b3;
}
header p {
font-size: 1.1em;
margin-top: 10px;
color: #555;
}

/* Navigation Menu */
nav {
display: flex;
justify-content: center;
background: #0056b3;
padding: 15px 0;
margin-bottom: 20px;
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 15px;
font-size: 1.2em;
padding: 10px 15px;
border-radius: 4px;
transition: background 0.3s, color 0.3s;
}
nav a:hover {
background: #003d80;
color: #fff;
}

/* Main Content */
main {
max-width: 900px;
margin: 20px auto;
padding: 30px;
background: #fff;
border-radius: 8px;
border: 1px solid #ddd;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
main h2 {
font-size: 2em;
margin-bottom: 15px;
color: #0056b3;
}
main p {
font-size: 1.1em;
line-height: 1.8;
color: #555;
margin-bottom: 20px;
}
main img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin-bottom: 20px;
}

/* Footer Styles */
footer {
background: #f0f0f0;
color: #777;
text-align: center;
padding: 20px;
margin-top: 30px;
border-top: 2px solid #ddd;
}
footer p {
margin: 0;
font-size: 1em;
}
</style>
</head>
<body>
<header>
<h1>Siamese Cat</h1>
<p>Elegant, vocal, and affectionate with striking blue eyes</p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="persian.html">Persian</a>
<a href="maine_coon.html">Maine Coon</a>
<a href="bengal.html">Bengal</a>
</nav>
<main>
<h2>About the Siamese Cat</h2>

<img src="siamese-cat.jpg" alt="Siamese Cat">


<p>
The Siamese cat is one of the oldest and most well-known Asian cat breeds, prized for
their sleek appearance and beautiful blue almond-shaped eyes. They are known for their vocal
nature, loyalty, and striking coat color. Siamese cats are social, affectionate, and thrive on
interaction with their families.
</p>
<h2>Characteristics</h2>
<p>
- **Appearance**: Siamese cats have a slender, elegant build with a short, fine coat.
Their signature coloring is a light cream or fawn body with darker points (ears, paws, tail, and
face).
<br>
- **Personality**: Siamese cats are often described as “dog-like” due to their loyalty and
attachment to their owners. They are playful, curious, and highly vocal.
<br>
- **Care**: These cats require minimal grooming due to their short coats, but they benefit
from regular brushing to keep their fur sleek. Due to their social nature, they need lots of mental
and physical stimulation.
</p>
<h2>History</h2>
<p>
The Siamese cat hails from Thailand, where it was originally known as the "Wichien
Maat." They were once considered sacred and were often kept in royal courts. Their distinctive
coloring and blue eyes have made them a favorite among cat lovers worldwide.
</p>
</main>
<footer>
<p>&copy; 2024 Cat Breeds | Siamese Cat Page</p>
</footer>
</body>
</html>

You might also like