File size: 1,231 Bytes
3a2f8cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Heart Disease Information</title>
  <link rel="icon" type = "image/x-icon" href="logo.png">
  <style>
    
  </style>
</head>
<body 

style= "background-color: Lightskyblue; color: black;">
  <h1>Understanding Heart Disease</h1>
  <p>Heart disease is a leading cause of death worldwide. It's important to be aware of the risk factors and how to maintain a healthy heart.</p>
  
  <h2>Risk Factors</h2>
  <ul>
    <li>High blood pressure</li>
    <li>High cholesterol</li>
    <li>Diabetes</li>
    <li>Smoking</li>
    <li>Family history of heart disease</li>
    <li>Unhealthy diet</li>
    <li>Lack of physical activity</li>
  </ul>
  
  <h2>Prevention and Treatment</h2>
  <p>There are many things you can do to reduce your risk of heart disease. These include:</p>
  <ul>
    <li>Eating a healthy diet low in saturated fat and cholesterol</li>
    <li>Maintaining a healthy weight</li>
    <li>Exercising regularly</li>
    <li>Managing stress</li>
    <li>Following your doctor's recommendations for medication</li>
  </ul>
</body>
</html>