forked from ankit-khemani/swasthya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Skin.html
161 lines (145 loc) · 6.27 KB
/
Skin.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!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>Skin Disorders</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h3>
<b> S   K   I   N     D   I   S   O   R   D   E   R   S </b>
</h3>
</header>
<div class="boxed">
<p>
<b>
Skin disorders vary greatly in symptoms and severity.
They can be temporary or permanent, and may cause pain or can be painless.
Some have situational causes, while others may be genetic.
Some skin conditions are minor, and others can be fatal.
While most skin disorders are minor, others can indicate a more
serious issue. Contact your doctor if you think you might have one of these
common skin problems.<br> <br>Few Examples are given below:
</b>
</p>
<div class="box1">
<h2>
H   I   V   E   S
</h2>
<img src="images/skin1.jpg">
<br>
<p>
Hives, also known as urticaria, are itchy, raised welts that are found on the skin.
They are usually red, pink, or flesh-colored, and sometimes they sting or hurt.
In most cases, hives are caused by an allergic reaction to a medication or food
or a reaction to an irritant in the environment. Most rashes go away on their own
while in the other cases can be treated by proper medications.<br>
<h2>Symptoms</h2>
<ul>
<li>
Itchy, raised welts that occur after exposure to an allergen.
</li>
<li>
Red, warm, and mildly painful to the touch.
</li>
<li>
Can be small, round, and ring-shaped or large and randomly shaped.
</li>
</ul>
</p>
</div>
<br>
<div class="box1">
<h2>
E   C   Z   E   M   A
</h2>
<img src="images/skin2.jpg">
<p>
Eczema, also called atopic dermatitis, is a common skin condition marked by
itchy and inflamed patches of skin. It’s often seen in babies and young children,
appearing on the faces of infants. But eczema can come in a variety of types in
children, teens, and adults. Read on to learn what causes the skin condition
and how to treat its symptoms.<br>
<h2>Symptoms</h2>
<ul>
<li>
Yellow or white scaly patches that flake off.
</li>
<li>
Affected areas may be red, itchy, greasy, or oily.
</li>
<li>
Hair loss may occur in the area with the rash.
</li>
<li>
Thickened, scaly skin.
</li>
</ul>
</p>
</div>
<br>
<div class="box1">
<h2>
M   E   A   S   L   E   S
</h2>
<img src="images/skin3.jpg">
<br>
<p>
Rubeola (measles) is an infection caused by a virus that grows in the cells
lining the throat and lungs. It’s a very contagious disease that spreads
through the air whenever someone who is infected coughs or sneezes. People
who catch the measles develop symptoms such as a fever, cough, and runny nose.
A telltale rash is the hallmark of the disease. If measles isn’t treated, it
can lead to complications such as ear infection, pneumonia, and encephalitis
(inflammation of the brain).<br>
<h2>Symptoms</h2>
<ul>
<li>
Symptoms include fever, sore throat, red, watery eyes, loss of appetite, cough, and runny nose.
</li>
<li>
Red rash spreads from the face down the body three to five days after first symptoms appear.
</li>
<li>
Tiny red spots with blue-white centers appear inside the mouth
</li>
</ul>
</p>
</div>
<br><br><br>
<div class="box2">
<h2>
T   R   E   A   T   M   E   N   T
</h2>
<br>
<ol>
<li><b>Kashyap Skin Clinic - Dermatologist & Skin Specialist in Dwarka, New Delhi</b><br><br>
<b> Address: </b>Shop No. 5, First Floor, Manish Twin Plaza, Near VIP Showroom Ashirwad Chowk, Sector 4, Dwarka, New Delhi, Delhi 110075
<br>
<b> Phone:</b> 097185 51800<br>
<b>Appointments: </b> <a href="kashyapskinclinics.com">kashyapskinclinics.com</a>
</li>
<br>
<br>
<li> <b>Dr Suruchi Puri Hair and Dermatology Clinic, Best Dermatologist in Delhi, Skin Specialist, Skin Doctor, Hair Specialist, Skin Centre.</b>
<br><br>
<b>Address:</b> B-1/37, First Floor, Janakpuri, Delhi, 110058
<br>
<b>Phone:</b> 098680 80340
<br>
<b>Appointments: </b> <a href="drsuruchipurimakeovers.com">drsuruchipurimakeovers.com</a>
</li>
<br><br>
<li> <b>Dr. Rohit Batra-Best Skin Specialist in Delhi – DermaWorld</b> <br><br>
<b> Address:</b> Q-4 Near Janta Market, Block R, Rajouri Garden, Delhi, 110027</br>
<b> Phone:</b> 099111 00050 <br>
<b> Appointments:</b> <a href="skinspecialistindelhi.com">skinspecialistindelhi.com </a>
<a href="drrohitbatra.com">drrohitbatra.com </a>
</li>
</ol>
</div>
</div>
</div>
</body>
</html>