forked from ankit-khemani/swasthya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bones.html
104 lines (88 loc) · 3.74 KB
/
Bones.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
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"> <! Used to convert machine code to human readable and vice versa using Charset UTF-8 >
<title>Bones Disorders</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h3>
<b> B   O   N   E   S     D   I   S   O   R   D   E   R   S </b>
</h3>
</header>
<div class="box3">
<div class="box2">
<img src="images/bone1.jpg">
<p>
<b>
<br>
<br>
Your bones help you move, give you shape and support your body.
They are living tissues that rebuild constantly throughout your
life. During childhood and your teens, your body adds new bone faster
than it removes old bone. After about age 20, you can lose bone faster
than you make bone. To have strong bones when you are young, and to
prevent bone loss when you are older, you need to get enough calcium,
vitamin D, and exercise. You should also avoid smoking and drinking too much alcohol.
<br> <br>
Bone diseases can make bones easy to break. Different kinds of bone problems include:
</b>
</p>
</div>
<br>
<div class="box2">
<h2>
COMMON BONE PROBLEM'S SYMPTOMS:
</h2>
<p>
<ol>
<b>
<li>Joint stiffness (arthritis).</li><br>
<li>Decreased range of motion (arthritis).</li><br>
<li>Decreased joint function (arthritis).</li><br>
<li>Soft, warm, painful swelling of both wrists and hands, in large knuckles (rheumatoid arthritis).</li><br>
<li>Persistent morning joint stiffness (rheumatoid arthritis).</li><br>
<li>Bone pain at rest (systemic conditions like cancer).</li><br>
<li>Bone or joint pain with activity (overuse injury).</li><br>
<li>Gradual loss of height or stooped posture (osteoporosis).</li><br>
<li>Unexplained back pain (osteoporosis).</li><br>
<li>A shoulder or hip that's higher than the other (scoliosis).</li><br>
</b>
</ol>
</p>
</div>
<br>
<div class="box2">
<h2>
T   R   E   A   T   M   E   N   T:
</h2>
<p>
<ol>
<li><b>Global Hospital, Mumbai </b><br><br>
<b> Address: </b>S35, Dr. E Borges Road, Hospital Avenue Opp Shirodkar High school, Parel, Mumbai Maharashtra 400012 India
<br>
<b>Speciality: </b> Multi-Speciality</a>
</li>
<br>
<br>
<li> <b>Apollo Hospital Greams Road, Chennai </b>
<br><br>
<b>Address:</b> 21, Greams Lane, Off Greams Road Chennai Tamil Nadu 600006 India
<br>
<b> Experience: </b>12 Years
<br>
<b>Speciality: </b> Multi-Speciality
</li>
<br><br>
<li> <b>Seven Hills Hospital, Mumbai</b> <br><br>
<b> Address:</b> SevenHills Health City, Marol Maroshi Road, Andheri East Mumbai Maharashtra 400059 India</br>
<b> Established in :</b> 1986<br>
<b>Number of Beds : </b> 2000 <br>
</li>
</ol>
</p>
</div>
</div>
</body>
</html>