-
Notifications
You must be signed in to change notification settings - Fork 0
/
cardiac.html
72 lines (61 loc) · 3.25 KB
/
cardiac.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
<!DOCTYPE html>
<html >
<head>
<title>Cardiac Issues</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!--HEADER ////////////////////////////////////////////////////// -->
<div id= "header">
<center>
<img id = "logo" src="healthhelperlogo.png" alt="Health Helper" hspace="50">
</center>
<div id="menu">
<ul id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="illnessinformation.html">Illness Information</a></li>
<!-- <li><a href="resources.html">Resources</a></li> -->
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Resources</button>
<div id="myDropdown" class="dropdown-content">
<a href="finddoctor.html">Find a Doctor</a>
<a href="resources.html">Find a Hospital</a>
</div>
</div>
<li><a href="generalhealth.html">General Health</a></li>
<!--
<li><a href="">Find a Doctor</a></li> -->
<!-- <a href=""><li>Gallery</li></a>
<a href=""><li>Contact</li></a> -->
</ul>
</div>
</div>
<!--HEADER ////////////////////////////////////////////////////// --> <img id="pictureCardiac" src= "cardiacPic.jpg">
<div id="top">
<!-- Content on page ---->
<h1 id= "cardiacInformation"> Information</h1>
<p id= "cardiacText"> Overview:
Heart disease describes a range of conditions that affect your heart. Diseases under the heart disease umbrella include blood vessel diseases, such as coronary artery disease; heart rhythm problems (arrhythmias); and heart defects you're born with (congenital heart defects), among others.
The term "heart disease" is often used interchangeably with the term "cardiovascular disease." Cardiovascular disease generally refers to conditions that involve narrowed or blocked blood vessels that can lead to a heart attack, chest pain (angina) or stroke. Other heart conditions, such as those that affect your heart's muscle, valves or rhythm, also are considered forms of heart disease.
Many forms of heart disease can be prevented or treated with healthy lifestyle choices.
h your heart. Valves may be damaged by a variety of conditions leading to narrowing (stenosis), leaking (regurgitation or insufficiency) or improper closing (prolapse).
</p>
<h2 id= "listSymptons">Symptoms</h2>
<ol id= "list">
Depending on which valve isn't working properly, valvular heart disease symptoms generally include:
<li>Fatigue</li>
<li>Shortness of breath</li>
<li>Swollen feet or ankles</li>
<li>Chest pain</li>
<li>Fainting (syncope)</li>
</ol>
<h4 id= "links"> More Information</h4>
<a id= "web1" href = "https://www.heart.org/en/health-topics/consumer-healthcare/what-is-cardiovascular-disease">Heart</a>
<br></br>
<a id= "web2" href = "https://www.nhlbi.nih.gov/health/educational/hearttruth/lower-risk/what-is-heart-disease.htm">National Heart, Lung, and Blood Institute</a>
<br></br>
<a id= "web3" href = "https://www.mayoclinic.org/diseases-conditions/heart-disease/symptoms-causes/syc-20353118">Mayo Clinic</a>
<br></br>
<script src="dropdown.js" charset="utf-8"></script>
</body>
</html>