-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hyzaar.html
50 lines (45 loc) · 1.94 KB
/
Hyzaar.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hyzaar</title>
<link rel="shortcut icon" href="images/testlogo.png" type="image/x-icon">
<link rel="stylesheet" href="css.css">
<style>
body {
background-color: rgba(196, 241, 255, 0.562);
}
.container {
text-align: center;
margin-left: 100px;
margin-right:100px;
}
p {
font-size: 22px; /* Adjust the font size as desired */
font-style: italic;
text-align: justify;
text-justify: inter-word;
}
table {
border-spacing: 30px;
}
</style>
</head>
<body>
<center>
<h1>HYZAAR</h1><br>
<table>
<tr>
<td><img src="https://cdn.shopify.com/s/files/1/0593/4284/8151/products/MhkE1623116594129-Hyzaar20Losartan202B20Hydrochlorothiazide2050mg3A12.5mg20Tablet20x201.jpg?v=1631723685" alt=""></td>
</tr>
</table>
<div class="container">
<p>Hyzaar is primarily used to lower blood pressure in individuals with hypertension. Losartan potassium is an angiotensin receptor blocker (ARB), while hydrochlorothiazide is a thiazide diuretic. Together, they work to relax blood vessels and reduce fluid retention, helping to lower blood pressure.
Mechanism of Action: Losartan potassium blocks the action of angiotensin II, a hormone that constricts blood vessels, thereby causing blood pressure to rise. Hydrochlorothiazide increases urine production and helps eliminate excess fluid from the body, further lowering blood pressure.
</p>
</div>
</center>
</body>
</html>