-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCat Scratch Disease.html
74 lines (67 loc) · 3.38 KB
/
Cat Scratch Disease.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style type="text/css">
h1 {
font-size: 50px;
}
p {
font-size: 30px;
}
span {
color: blue;
}
header {
height: 100px;
text-align: center;
background-repeat: no-repeat;
}
div.passage {
margin: 0 auto;
width: 70%;
}
</style>
<title>Cat Scratch Disease</title>
<script type="text/javascript" src="maxity.js"></script>
<link rel="stylesheet" type="text/css" href="maxity.css">
</head>
<body>
<img src="img\headImage.png" class="headImage">
<table id="selectionsBorder">
<tr>
<td id="selection1" class="section" onclick="backToMenu()">Rare Disease Around Us</td>
<td id="selection2" class="section" onclick="toResUsed()">Resources</td>
<td id="selection3" class="section" onclick="toSubmited()">Submited Passages</td>
<td id="selection4" class="section">Report Mistake</td>
</tr>
</table>
<header style="background-image: url('img\\vhs.jpg');">
<div>
<h1>Cat Scratch Disease</h1><span></span>
</div>
</header>
<div class="passage" style="background-image: url('img\\sky-blue-background.jpg');">
<h1>What is Cat Scratch Disease? </h1>
<p>Cat scratch disease (CSD) is a bacterial infection caused by the bacteria known as Bartonella henselae. As the name suggests, it is transmitted by cats, usually by scratches or bites. Cats can become infected with the bacteria through fleas or fights from infected cats. While some get sick from the bacteria, others simply carry it. </p>
<center>
<img src="img\300px-Cat-scratch-disease.jpg" alt="img\300px-Cat-scratch-disease.jpg" width=70%>
</center>
<h1>What are its Symptoms? </h1>
<p>From 3 to 14 days, a mild infection will form at the area bitten or scratched by a cat. Lymph nodes will also swell, and the afflicted person may also experience fever, headache, fatigue, achiness, and a poor appetite. Lymphadenopathy(disease of the lymph nodes), normally fades within a few months, though this may also take a few years for it to disappear. </p>
<center>
<img src="img\healthy-cat.jpg" alt="img\healthy-cat.jpg" width=70%>
</center>
<h1>Should I Be Worried About it? </h1>
<p> Fortunately, Cat Scratch Disease is a mild disease. The disease normally passes by without requiring medical treatment, though pain relievers and antibiotics can help treat it. However, this does not mean the disease is not harmless. People with weakened immune systems or young children may face a more severe case of cat scratch disease. Nonetheless, this disease can simply be avoided by giving a cat a flea collar, playing gently with cats to avoid the chances of getting scratched, or simply avoid contact with a cat. </p>
<h1>Sources: </h1>
<p>https://rarediseases.info.nih.gov/diseases/27/cat-scratch-disease </p>
<p>https://www.cdc.gov/healthypets/diseases/cat-scratch.html </p>
<p>https://www.healthline.com/health/cat-scratch-disease#outlook </p>
<p>https://medlineplus.gov/catscratchdisease.html </p>
</div>
<footer>
<!-- FotterMessage -->
</footer>
</body>
</html>