forked from ankit-khemani/swasthya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
respiration.html
114 lines (96 loc) · 3.86 KB
/
respiration.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
105
106
107
108
109
110
111
112
113
114
<!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>Pulmonology Disorders</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h3>
<b> PULMONOLOGY DISORDERS</b>
</h3>
</header>
<div class="box3">
<div class="box2">
<img src="images/pulmonology1.jpg">
<p>
<b>
<br>
<br>
More than 4.2 million people in the age span of 15-60 are addicted to smoking.
Lung diseases are some of the most common medical conditions in the world.
Tens of millions of people have lung disease in the U.S. alone.
Smoking, infections, and genes cause most lung diseases.
<br> <br>
Few Examples are given below:
</b>
</p>
</div>
<br>
<div class="box2">
<h2>
COMMON PULMONOLOGY PROBLEMS INCLUDE:
</h2>
<p>
<ol>
<b>
<li>ASTHMA<br>
Asthma is a long-term disease of the lungs. It causes your airways to get
inflamed and narrow, and it makes it hard to breathe. Severe asthma can cause trouble
talking or being active. You might hear your doctor call it a chronic respiratory
disease. Some people refer to asthma as "bronchial asthma."</li><br>
<li>COPD<br>
Chronic obstructive pulmonary disease
(COPD) is a long-term lung condition
that makes it hard for you to breathe.</li><br>
<li>Bronchitis<br>
Bronchitis is when the tubes that carry air to your lungs,
called the bronchial tubes, get inflamed and swollen.
You end up with a nagging cough and mucus.<br>
Its types include:<br>
Acute bronchitis and chronic bronchitis.</li><br>
<p>
These are some symptoms : Chest congestion, when your chest feels full or clogged,
A cough that may bring up mucus that’s clear, white, yellow, or green.
Shortness of breath, Wheezing or a whistling sound when you breathe and Body aches and chills
</p>
</b>
</ol>
</p>
</div>
<br>
<div class="box2">
<h2>
T   R   E   A   T   M   E   N   T:
</h2>
<p>
<ol>
<li><b>Dr. (Brig) Ashok K. Rajput</b><br><br>
<b> Address: </b>ARTEMIS HOSPITAL, GURGAON
<br>
<b> Experience: </b> Senior Consultant, 37 years of experience <br>
<b>Position: </b> Dr. (Brig) Ashok K. Rajput</a>
</li>
<br>
<br>
<li> <b>Dr. Raj B Singh</b>
<br><br>
<b>Address:</b> APOLLO HOSPITALS, GREAMS ROAD, CHENNAI
<br>
<b> Experience: </b>Consultant, 37 years of experience
<br>
<b>Position: </b> Pulmonologist, Chennai, India
</li>
<br><br>
<li> <b>Dr. Shailendra Nath Gaur</b> <br><br>
<b> Address:</b> SHARDA HOSPITAL, GREATER NOIDA</br>
<b> Experience: </b> HOD, 40 years of experience <br>
<b> Position: </b> Pulmonologist, Noida, India
</li>
</ol>
</p>
</div>
</div>
</body>
</html>