-
Notifications
You must be signed in to change notification settings - Fork 0
/
heartattack.html
39 lines (36 loc) · 1.48 KB
/
heartattack.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
<html>
<body background="bg1.jpg">
<font color="green">
<table align="center"><h1>Symptoms of Heart attack</h2></table>
<ul type="circle">
<h2>
<li> Angina: Chest pain or discomfort
in the center of the chest; also described as a heaviness,
tightness, pressure, aching, burning,
fullness or squeezing feeling that lasts for more
than a few minutes or goes away and comes back.<br><br> </li>
<li> Pain or discomfort in other areas of the upper
body including the arms, left shoulder, back,
neck, jaw, or stomach<br><br> </li>
<li> Difficulty breathing or shortness of breath<br><br> </li>
<li> Sweating or cold sweat<br><br> </li>
<li> Fullness, indigestion, or choking feeling
(may feel like heartburn)<br><br> </li>
<li> Nausea or vomiting<br><br> </li>
<li> Light-headedness, dizziness,
extreme weakness or anxiety<br><br> </li>
<li> Rapid or irregular heart beats </li>
</h2>
<h2>
Women's Symptoms Differ:<br><br>
<li> Upper back or shoulder pain<br> </li>
<li> Jaw pain or pain spreading to the jaw<br> </li>
<li> Pressure or pain in the center of the chest<br> </li>
<li> Lightheadedness<br> </li>
<li> Pain that spreads to the arm<br> </li>
<li> Unusual fatigue for several days </li>
</h2>
</ul>
</font>
</body>
</html>